diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-02 00:17:32 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-02 00:17:32 +0000 |
commit | ef615776bf132cb0c56cafd51ac97fb1b7f26a58 (patch) | |
tree | 6656732d3d9434300c6fcf4057254083c9b269eb /doc/development/database | |
parent | 7b78125a3829026f54bd87ab560758de3f37ad82 (diff) | |
download | gitlab-ce-ef615776bf132cb0c56cafd51ac97fb1b7f26a58.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/database')
-rw-r--r-- | doc/development/database/multiple_databases.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/database/multiple_databases.md b/doc/development/database/multiple_databases.md index 661f0f46d9f..6dce3217b24 100644 --- a/doc/development/database/multiple_databases.md +++ b/doc/development/database/multiple_databases.md @@ -134,7 +134,7 @@ After configuring GitLab for the two databases, create the new CI/CD database: and run any pending migrations: ```shell - bundle exec rails rails db:create db:schema:load:ci db:migrate + bundle exec rails db:create db:schema:load:ci db:migrate ``` 1. Restart GDK: |