fix typo :)

This commit is contained in:
Asp3ctus 2013-01-08 15:37:58 +06:00
parent c78a4de375
commit 4f7ffb903e
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ function loadSchema(schema, railway, app, models) {
railway.orm._schemas.forEach(function (schema) {
if(app.enabled('autoupdate')){
schema.autoupdate();
} esle {
} else {
schema.freeze();
}
});