Release 2043
Context
Database migrations are not carried out automatically.
Changes proposed in this pull request
Create a new instance of the application, using the latest docker container and when it starts run the bundle exec rails db:migrate command. This should migrate the database when necessary.
Guidance to review
No impact on the Applications