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.
Activity
johnstcn commentedon Apr 24, 2024
Fixed by #13037 and #13051