db-maintain has the notion of repeatable scripts, such as stored procedures/triggers. When there is a change to such a script it needs to be rolled out again. Flyway seemingly always checks for the filename convention. So to have a repeatable script we might need to rename the file. Is there a more efficient way of doing this?
feedback
|
|
This issue has come up in the Issue Tracker and in this other question. There is currently no out of the box support for this. Personally I would
If that doesn't do it, feel free to star the Issue and comment with details about your use case. | |||
|
feedback
|