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>2021-12-15 06:13:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-15 06:13:28 +0300
commit458eb9c347417f87a4a88f8e095d6d63ce341b09 (patch)
tree33e420fa6f4dfec448b9768d330f4bd6e1819e52 /scripts
parent77e775460553ceadedada8779b474e9ecde3e42d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/db_migrate2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/db_migrate b/scripts/db_migrate
index e001843cd50..93453c73718 100755
--- a/scripts/db_migrate
+++ b/scripts/db_migrate
@@ -2,7 +2,7 @@
root_path="$(cd "$(dirname "$0")/.." || exit ; pwd -P)"
-if [[ -d "${root_path}/ee/" ]]; then
+if [[ -d "${root_path}/ee/" || "${GITLAB_MIGRATE_MAIN_ONLY}" == "true" ]]; then
task="db:migrate:main"
else
task="db:migrate"