Omri Cohen

Results 3 issues of Omri Cohen

This method is taken directly from sequelize: https://github.com/sequelize/cli/blob/master/src/helpers/path-helper.js This way, when migrations are run, they will be run in the proper order. Currently, migration 9- runs before 11- due to...

I removed all the migration updates and moved them into 4 their respective create migrations. This will greatly simplify new installs.

On first install I can run db:migrate, but then wanted to make changes to the models and cannot rollback any of monlogues' migrations. I think on a fresh install it...