Commit Graph

11 Commits

Author SHA1 Message Date
f4539f7877 feat: add command to upgrade command
... which adds the possibility to specify the number of
existing migrations to be updated
2021-02-25 00:56:08 +03:00
bd57c75dfc feat: add config to upgrade command
... which adds the possibility to pass a specific migration
name to be updated
2021-02-25 00:47:16 +03:00
8aa57a00bc feat: add config to downgrade command
it's new flag --all that rollbacks all applied migrations
from database.
2021-02-25 00:20:44 +03:00
fef34be5ac feat: add number to downgrade command config 2021-02-25 00:03:54 +03:00
d1d09ac912 feat: add command to gen shell completions 2021-02-23 18:16:26 +03:00
9d3d44dfa1 feat(cli): implement make migration command
chore(deps): add chrono crate
2021-02-03 01:07:26 +03:00
38a18180eb chore(cli): add unimplemented commands 2021-02-02 00:55:41 +03:00
d175bfa8f0 feat(cli): add config path option 2021-02-02 00:53:33 +03:00
942edd0f8b feat(cli): add recursive migra config search
... in parent directories
2021-02-01 23:51:25 +03:00
7fa65c8197 feat(cli): add apply command
This command provide a possibility to run sql file by name
in root migra directory
2021-01-31 13:41:15 +03:00
2811b8b293 refac(cli): move opts to separate file 2021-01-31 02:54:27 +03:00