Skip to content

Check that latest alembic migration has occurred

Derrick Liu requested to merge check-for-migration into dev

This PR ensures that the app will not run if the latest migration available at build time was not applied to the database. This should avoid out of sync issues and startup races.

Merge request reports