emilpriver / geni

Standalone database migration tool which works for Postgres, MariaDB, MySQL, Sqlite and LibSQL(Turso).
MIT License
192 stars 2 forks source link

Sometimes migrations is stored to the database even if they failed #173

Closed emilpriver closed 2 months ago

emilpriver commented 2 months ago

Sometimes we see migrations being added as "successful" and stored to the database even if they failed. The problem is that if there is another migration after will this one also be invoked