r2dbc-migrate
r2dbc-migrate copied to clipboard
R2DBC database migration library
Create a command line to execute the migrate tasks. * support dry-run feature, run and test the migrate, but not apply on the database. * support migrate undo.
Hi Nikita, Another feature request. In flyway, the version part can be: > Version: Version with dots or underscores separate as many parts as you like (Not for repeatable migrations)...
Hi Nikita, Thanks for making this handy tool. One feature I would like to have in this tool is the support for Repeatable migration in flyway. Currently when I have...
If any changes are made to an already migrated sql script file and run again, there are no logs ( neither error / nor any info) for this. Seems like...
This PR addresses issue #10 by providing support for semantic versioning when the version number is separated by dots or underscores. I have implemented the version number as a double...
run and test the migrate, but not apply on the database from https://github.com/nkonev/r2dbc-migrate/issues/22
From https://github.com/nkonev/r2dbc-migrate/issues/22