Fix typo in rake task doc
This commit is contained in:
parent
7335395916
commit
98008a2db8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ bundle exec rake setup
|
|||
```
|
||||
|
||||
The `setup` task is a alias for `gitlab:setup`.
|
||||
This tasks calls `db:setup` to create the database, calls `add_limits_mysql` that adds limits to the database schema in case of a MySQL database and fianlly it calls `db:seed_fu` to seed the database.
|
||||
This tasks calls `db:setup` to create the database, calls `add_limits_mysql` that adds limits to the database schema in case of a MySQL database and finally it calls `db:seed_fu` to seed the database.
|
||||
Note: `db:setup` calls `db:seed` but this does nothing.
|
||||
|
||||
## Run tests
|
||||
|
|
Loading…
Reference in a new issue