I know this is controlled alphabetically so initially I wrote change logs like so:
1-changelog.sql
2-changelog.sql
<...>
8-changelog.sql
It executes them as intended, 1 through 8 sequentially.
Eventually I added 3 more, so now I have 1 through 11, which executes like:
1-changelog.sql
10-changelog.sql
11-changelog.sql
2-changelog.sql
I’m planning to switch to a-changelog.sql
, b-changelog.sql
to avoid this, since the number are sorted differently than I’d hoped, but figured to ask since VSCode and Intellij orders the changelogs sequentially so I was a bit caught by surprise…
Is there any way I can control this so that I could stick with numbered ordering and have it execute sequentially 1 through 11?
Liquibase Version: 4.18.0