Skip to content

Release 2043

Choose a tag to compare

@github-actions github-actions released this 18 Oct 13:40
229e21e

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