sequelize-auto-migrations icon indicating copy to clipboard operation
sequelize-auto-migrations copied to clipboard

Migration generator && runner for sequelize

Results 58 sequelize-auto-migrations issues
Sort by recently updated
recently updated
newest added

I had an issue #69 and I load fix from moda20 but it doesn't work with autogenerated models/index.js Now this fix is good.

changed the sequelize attribute to database and the attributes attribute on models to tableattributes

Bumps [sequelize](https://github.com/sequelize/sequelize) from 4.42.0 to 5.15.1. Release notes *Sourced from [sequelize's releases](https://github.com/sequelize/sequelize/releases).* > ## v5.15.1 > ## [5.15.1](https://github.com/sequelize/sequelize/compare/v5.15.0...v5.15.1) (2019-08-18) > > > ### Security > > * **sequelize.json.fn:** use common...

dependencies

Current behavior: generates a `JSONTYPE` field which causes `Unhandled rejection TypeError: Cannot read property 'toString' of undefined` PR inbound.

Release new version. A lot of merges are not part of the current version of NPM. viz, 1.0.3 Last Commit: 6cd3c1f1397fd96ea10e121ca23115c9b0ee3560

As outlined in this issue: https://github.com/flexxnn/sequelize-auto-migrations/issues/50 There are times where a RHS is picked up without any actual changes, and this crashes the program before it completes generating a migration....

With Sequelize 5.x installed the makemigration tool only seems to pick up on the model names but none of the property information.

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...