slackapi / node-tasks-app

Tasks App is a sample Task Management app built on the Slack Platform.
MIT License
99 stars 50 forks source link

Database migration testing #70

Open colmdoyle opened 3 years ago

colmdoyle commented 3 years ago

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