Fix rake db:migrate:status typo in docs
This commit is contained in:
parent
6b021c098c
commit
1f34c37de0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue