Commit 1f34c37d authored by Greg Myers's avatar Greg Myers Committed by Achilleas Pipinellis

Fix rake db:migrate:status typo in docs

parent 6b021c09
......@@ -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:
```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
......
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