We have at least one old migration that's broken (AddPromptSmsToQuestionnaireSteps) since it depends on an app's model that changed. So in order to run the tests, we first need to create the test database from the SQL dump in the repo using ecto.setup - for the proper environment.
We have at least one old migration that's broken (
AddPromptSmsToQuestionnaireSteps
) since it depends on an app's model that changed. So in order to run the tests, we first need to create the test database from the SQL dump in the repo usingecto.setup
- for the proper environment.