Y
Hacker News
new
|
ask
|
show
|
jobs
by
fanf2
173 days ago
This doesn’t work for testing migrations because MySQL/MariaDB doesn’t support DDL inside transactions, unlike PostgreSQL.
1 comments
pak9rabid
172 days ago
Migrations are kind of a different beast. In that case I just stand up a test environment in Docker that does what it needs, then just trash it once things have been tested/verified.
link