erikbra / grate

grate - the SQL scripts migration runner
MIT License
209 stars 40 forks source link

Bug #524: Scripts in internal Grate migration tables are always registered as "run" #566

Closed erikbra closed 4 months ago

erikbra commented 4 months ago

The running of the scripts to create the grate tables ScriptsRun, ScriptsRunErrors and Version were always run in baseline mode, even after the scripts had been registered as run, so they were registered as run every time (even if they were only run once).

Fixes #524