Commit 0a697ccd authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'rake-db-migrate-status-fix-docs' into 'master'

Fix rake db:migrate:status typo in docs

Closes #63908

See merge request gitlab-org/gitlab-ce!30785
parents 6b021c09 1f34c37d
...@@ -257,7 +257,7 @@ sudo gitlab-rake gitlab:exclusive_lease:clear[project_housekeeping:4] ...@@ -257,7 +257,7 @@ sudo gitlab-rake gitlab:exclusive_lease:clear[project_housekeeping:4]
To check the status of migrations, you can use the following rake task: To check the status of migrations, you can use the following rake task:
```bash ```bash
sudo gitlab-rake db:migrations:status sudo gitlab-rake db:migrate:status
``` ```
This will output a table with a `Status` of `up` or `down` for This will output a table with a `Status` of `up` or `down` for
......
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