diff options
author | DJ Mountney <david@twkie.net> | 2019-06-20 08:50:46 -0700 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2019-06-25 10:44:40 -0700 |
commit | e448124fab59ce562fac5db9d9919d24ac95fba7 (patch) | |
tree | 8a92cf78d02d0b967668a9730b02d5795bdb2688 /changelogs | |
parent | f4232d848eebcdc709ccec9c2004753accb3f3b5 (diff) | |
download | gitlab-ce-e448124fab59ce562fac5db9d9919d24ac95fba7.tar.gz |
Add an flag for skipping the schema version check
If you chose to use the rollback migration feature on your current
version for example, you should still have a way to migrate, being
that you are still on a supported migration path.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/check-min-schema-migrate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/unreleased/check-min-schema-migrate.yml b/changelogs/unreleased/check-min-schema-migrate.yml index 68833733bb8..d0f4ae1f5d7 100644 --- a/changelogs/unreleased/check-min-schema-migrate.yml +++ b/changelogs/unreleased/check-min-schema-migrate.yml @@ -1,5 +1,5 @@ --- -title: Added a min schema version check to gitlab:db:configure +title: Added a min schema version check to db:migrate merge_request: 29882 author: type: added |