Commit 1a1ad4c1 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'da-fix-small-typo-multiple-databases' into 'master'

Fix a small typo in the instructions on how to create the new `ci:` database.

See merge request gitlab-org/gitlab!75693
parents 66d23535 7f4b7474
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment