Commit Graph

14 Commits

Author SHA1 Message Date
ba73786a38 feat(cli): add error struct 2021-02-12 01:25:28 +03:00
db631fddd2 refac(cli): move migration struct to another file 2021-02-08 23:42:13 +03:00
edb234d44f feat: add support for custom path
... for config file initialization
2021-02-08 07:28:35 +03:00
032e1b7287 feat: read database url from env variable
Now we can use migra cli without config initialization
2021-02-08 07:01:38 +03:00
64381eb710 feat(cli): implement downgrade migration command 2021-02-06 01:37:30 +03:00
b5c2533bc6 feat(cli): add migrations table
feat(cli): implement upgrade database subcommand
feat(cli): add available migrations to list subcommand
2021-02-06 01:22:00 +03:00
4a9ece8c02 chore(cli): move migrations to separate dir 2021-02-05 01:46:18 +03:00
e8cce2fca5 chore: merge cli with core 2021-02-05 01:37:25 +03:00
9fb8add4b8 feat(cli): implement list command
... that returns list of directory with migration
2021-02-02 23:50:45 +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
a14d67105e feat(cli): add database config 2021-01-31 13:40:02 +03:00
bc3421b150 chore: add simply logging 2021-01-31 03:34:38 +03:00
ac27bfc4dd feat(cli): add toml config
- [x] init migra.toml with serialized default config
	parameters
- [x] read and desirealize config from migra.toml
2021-01-31 03:23:47 +03:00