Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-31 15:11:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-31 15:11:37 +0300
commitc62dd5ae440db9ad4696000a863fbcb53fe83498 (patch)
tree3e4c18cd7a475e6d81f80335d173f1eb3f9510d8 /.gitlab
parentaa88b9053d72f3f9b69ae5365b77595dcae5c0c3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/database.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/database.gitlab-ci.yml b/.gitlab/ci/database.gitlab-ci.yml
index ebee9d7127d..b21df6e50c6 100644
--- a/.gitlab/ci/database.gitlab-ci.yml
+++ b/.gitlab/ci/database.gitlab-ci.yml
@@ -4,8 +4,8 @@ include:
db:rollback:
extends: .db-job-base
script:
- - scripts/db_tasks db:migrate VERSION=20210602155110
- - scripts/db_tasks db:migrate SKIP_SCHEMA_VERSION_CHECK=true
+ - scripts/db_tasks db:migrate VERSION=20220502173045 # 14.10 (last 14.x version)
+ - scripts/db_tasks db:migrate
db:rollback single-db:
extends: