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>2022-06-03 06:09:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-03 06:09:20 +0300
commit531a68a424fddcc936ba6271fbb10a5aa1da75a7 (patch)
tree6c4484fede42157f3d1187825d824988a971d0ca /scripts/utils.sh
parent94aee277313c742f9b54b329fd4043cde7a50915 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/utils.sh')
-rw-r--r--scripts/utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/utils.sh b/scripts/utils.sh
index ae071b98b43..41a8234466e 100644
--- a/scripts/utils.sh
+++ b/scripts/utils.sh
@@ -67,7 +67,7 @@ function setup_db_praefect() {
function setup_db() {
run_timed_command "setup_db_user_only"
- run_timed_command_with_metric "bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee" "setup_db"
+ run_timed_command_with_metric "bundle exec rake db:drop db:create db:schema:load db:migrate" "setup_db"
run_timed_command "setup_db_praefect"
}