Skip to content

Test the schema migrations with Alembic

Check that schema migrations don't fail. It does not check the data migration, but it's a good foundation for writing those tests later.

Merge request reports