Skip to content

Skip checking the schema migration version in the dependencies

DJ Mountney requested to merge skip-migrations-schema-check into master

For the the migration job. It just needs to wait for the DB to be ready, and then it can run it's task.

Unicorn and Sidekiq will wait for both the db, and their desired migrations to be present.

Closes: https://gitlab.com/charts/gitlab/issues/688

Merge request reports