erikbra / grate

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

Bug #557: Fixed new (similar) bug if grate schemas/tables exist with different casing for PostgreSQL #560

Closed erikbra closed 4 months ago

erikbra commented 4 months ago

There was a regression, a similar bug to #245 which was introduced when using SQL scripts to handle the grate table structure versioning (grate the grate), in release 1.7.0. This should fix it.

Fixes #557