This commit is contained in:
Alessandro Briosi
2018-06-22 11:07:41 +02:00
parent e370d2e95a
commit 856ea39929

View File

@ -70,7 +70,7 @@ mark some migrations as already applied.
``` ```
The first command will mark the migration as applied, the second will apply missing migrations. The first command will mark the migration as applied, the second will apply missing migrations.
The second command is optiona as a simple ```./yii migrate/up``` would apply all missing migrations anyway. The second command is optional as a simple ```./yii migrate/up``` would apply all missing migrations anyway.
## Rbac migrations ## Rbac migrations