graphile / migrate

Opinionated SQL-powered productive roll-forward migration tool for PostgreSQL.
MIT License
751 stars 58 forks source link

fix: use realFilename in logs/errors #67

Closed PizzaPartyInc closed 4 years ago

PizzaPartyInc commented 4 years ago

Previously filename without message was used in "Running migration" log and in "Hash for 'filename' does not match". Now actual filesystem filename is used. Migrations table still stores filename without message.