Skip to content

Dev deployment now handles modified migrations

Sam Kagan requested to merge dev-deploy-handle-modified-migrations into main

Going forwards, our dev deployment will automatically support changes to existing migration files. It does this by wiping away the database every time we deploy to dev. This could easily be extended to our test deployment if we wanted.

Merge request reports