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

Change 'process.env.PWD' to 'process.env.PWD || process.cwd()' on runmigration.js and makemigration.js to fix problem

It imposes uniqueness on the foreign keys of the relation table, which is unreasonable. It should at most be a joint uniqueness.

Why doesn't this create regular migrations? It seems like it creates it's own migration format and requires it's own special command to execute. Why not just create migrations using the...

I have a many-many relationship table that uses the foreign keys as a composite primary key. Whenever I run makemigration, a changeColumn command is generated. It's not breaking the migrations,...

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.23 to 0.5.37. Release notes Sourced from moment-timezone's releases. 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32 Updated...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

{ code: 'ER_PARSE_ERROR', errno: 1064, sqlState: '42000', sqlMessage: `You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax...