node-tasks-app icon indicating copy to clipboard operation
node-tasks-app copied to clipboard

Database migration testing

Open colmdoyle opened this issue 4 years ago • 0 comments

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

colmdoyle avatar Jul 19 '21 07:07 colmdoyle