Support repeatable migrations #648
jeremymailen
started this conversation in
Feature Ideas
Replies: 1 comment 1 reply
-
|
Liquibase has this too, but with an option "run-always:true" to run only needed files. In dbmate I normally just change the version in filename to run the same file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's very useful to have migrations that can be re-run whenever the migration file changes. For example if you have views or stored procedures to maintain over time. Example of how Flyway supports them.
Beta Was this translation helpful? Give feedback.
All reactions