- Notifications
You must be signed in to change notification settings - Fork927
Closed
Description
Came up during an ad-hoc retrospective after backported feature was dropped due to requiring database migrations.
Write a script that will perform the following steps:
- Stand up a test database
- Migrate to "old stable" and dump
- Migrate to "new stable" and dump
- Migrate to "mainline" and dump
In each step, assert that the schema is as expected for each individual version.