summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-03 03:09:20 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-03 03:09:20 +0000
commit531a68a424fddcc936ba6271fbb10a5aa1da75a7 (patch)
tree6c4484fede42157f3d1187825d824988a971d0ca /scripts
parent94aee277313c742f9b54b329fd4043cde7a50915 (diff)
downloadgitlab-ce-531a68a424fddcc936ba6271fbb10a5aa1da75a7.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-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"
}