不要怂,就是干,撸起袖子干!

Commit 4cc02fda by sdepold

fixed migrations folder

1 parent 0920a17a
Showing with 1 additions and 1 deletions
......@@ -52,7 +52,7 @@ if(program.migrate) {
options = _.extend(options, { logging: false })
var sequelize = new Sequelize(config.database, config.username, config.password, options)
, migratorOptions = { path: __dirname + '/../spec/assets/migrations' }
, migratorOptions = { path: __dirname + '/../migrations' }
, migrator = sequelize.getMigrator(migratorOptions)
if(program.undo) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!