No schema migration pipeline for suggestions (translations/questions)
Labels: bug
Describe the bug
When there is a schema update, we need to make sure that the schema of the existing models are correctly migrated.
Steps To Reproduce
- Submit a few Question suggestions for review via the Contributor dashboard.
- Write a new state schema migration.
- Observe that the questions in review are not migrated to the latest schema.
Expected Behavior
When there is a scehma update, the submitted questions need to be automatically migrated to the latest schema on the fly.