Add no-op placeholder migrations for the numbering to be continuous#4096
Add no-op placeholder migrations for the numbering to be continuous#4096
Conversation
|
Reminder: Please update the DB Readme and comment whether migrations are reversible (include rollback scripts if applicable).
Caused by: |
|
Please add a clearer description explaining why this is even required (because we have to keep the V100 migration, which breaks flyway). I assume without V100 it should have worked with no issue. |
|
Given hat flyway also complains about the incorrect file name of 097 (IIRC) could you please also replace that file with a correctly named placeholder? |
Could we also add them to the SQL file? It can be short, but something would be helpful for future reference, for example |
|
@jmg-duarte sure, I like that |
Description
We needed to revert migrations V098, V099, and V097 was spelled wrongly (lowercase v). Since then V100 has been added and it makes flyway complain about missing interim migrations.
Adding no-op migrations is enough to keep the continuity.
Changes
Adds no-op migrations V097, V098 and V099