db-migrate/node-db-migrate

always run migrations

bonesoul opened this issue · 1 comments

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?

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