db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 360 forks source link

always run migrations #812

Open bonesoul opened 1 year ago

bonesoul commented 1 year ago

Is there a way to mark a migration (which actually contains my seed data that's regularly updated with each release) to be always run instead of a single time?

bonesoul commented 1 year ago

or ability to set --migration-table to null will also have a similar effect.