michael-simons / neo4j-migrations

Automated script runner aka "Migrations" for Neo4j. Inspired by Flyway.
https://michael-simons.github.io/neo4j-migrations/
Apache License 2.0
114 stars 22 forks source link

fix: Keep total order of migrations intact. #1343

Closed michael-simons closed 3 months ago

michael-simons commented 3 months ago

The total order of migrations was not correctly recorded when a repeatable migration was followed by 2 or more migrations that had already been applied and a new one was added after those.

Fixes #1342.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud