Migrations
Closed this issue · 1 comments
z3niths commented
Should we have this feature ...
- Fake Apply migrations
- Reapply migrations
- List all migrations (DESC)
- Tool for create migrations (We store filename as a key in db_migrations table)
- to confirm that we use same standard of migrations file name
- easy to create migrations files
wmathes commented
Hmm that's up to the project isn't it? Meaning that if the project offer's a CLI for this, then dopr can relay to that.
in logistics (except for fake apply), this is possible already using
dopr migrations
quick info, returns 1 if migrations are missingdopr migrations list
long (and ugly) list of all migrations and their statesdopr migrations apply
apply all unapplied migrations