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

Why doesn't this create regular migrations?

Open createthis opened this issue 6 years ago • 1 comments

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 sequelize migration format?

createthis avatar Oct 12 '17 19:10 createthis

I believe it's actually of valid migration format. The only problem is it creates a file called "_currrent.json" which prevents sequelize-cli to execute successfully. It will throw an error that the file extension is invalid, as described here.

Axure avatar Dec 01 '17 11:12 Axure