Skip to content

Commit

Permalink
TODO Dbmate
Browse files Browse the repository at this point in the history
  • Loading branch information
o.i.musin committed Jun 28, 2023
1 parent 374149d commit f57dbd8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,15 @@ Use
```bash
migradaptor -src={source_folder} -dst={destination_folder}
```
## Supported migrations source formats:
- [rubenv/sql-migrate](https://github.com/rubenv/sql-migrate)

TODO:
- [Dbmate](https://github.com/amacneil/dbmate)

## Questions or Feedback?

You can use GitHub Issues for feedback or questions.

## TODO
- processing multiple concurrent indexes in single file, splitting the file by the number of such CREATE INDEX CONCURRENTLY commands.
- processing multiple concurrent indexes in single file, splitting the file by the number of such CREATE INDEX CONCURRENTLY commands.

0 comments on commit f57dbd8

Please sign in to comment.