Open
Description
Description/Context
We have a data_fixtures app that installs static fixtures - we currently dont run these in our automated test suit since a lot of our tests assume there is a clean slate when running since we don't explicitly setup()/teardown() - however this also means that if there is an issue with migrations in the data_fixtures app, it wont be revealed until we attempt a release.
Plan
- run data migrations in our automated tests/CI after all tests have run so that we can catch errors in static fixture migrations