Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database migration testing #70

Open
colmdoyle opened this issue Jul 19, 2021 · 0 comments
Open

Database migration testing #70

colmdoyle opened this issue Jul 19, 2021 · 0 comments

Comments

@colmdoyle
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant