Database migration testing
colmdoyle opened this issue · 0 comments
colmdoyle commented
There was a bug introduced when running database migrations that would cause MySQL schemes changes to fail. We fixed it in #69, but to avoid it in the future we should figure out a way to automatically test DB migrations against a variety of DB types along the usual battery of unit tests.
I'm thinking we target
- MySQL
- Postgres
- SQLite