You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm not fully understanding how this tool works or the purpose of it. I was hoping I could use it to create migrations from my existing models. But when I follow the instructions to create new migrations, I get the message: "No changes found, No new migration needed!" I want to create migrations so I can easily move my DB to my host and for backup purposes.
I have installed the package globally and then ran sequelize-mig migration:make -n my-migration.
The text was updated successfully, but these errors were encountered:
Maybe I'm not fully understanding how this tool works or the purpose of it. I was hoping I could use it to create migrations from my existing models. But when I follow the instructions to create new migrations, I get the message: "No changes found, No new migration needed!" I want to create migrations so I can easily move my DB to my host and for backup purposes.
I have installed the package globally and then ran
sequelize-mig migration:make -n my-migration
.The text was updated successfully, but these errors were encountered: