mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #10035 from fsamapoor/patch-2
Fixes migrations:execute description in migrations.rst.
This commit is contained in:
@@ -124,8 +124,8 @@ with migrations, which are only available if you are running your
|
||||
Nextcloud **in debug mode**:
|
||||
|
||||
* `migrations:execute`: Executes a single migration version manually.
|
||||
The version argument is the class name of the migration, while the
|
||||
postfix "Version" is skipped. For example if your migration was named
|
||||
The version argument is the class name of the migration, without the
|
||||
"Version" prefix. For example if your migration was named
|
||||
`Version2404Date20220903071748` the version would be `2404Date20220903071748`.
|
||||
* `migrations:generate`:
|
||||
This is needed to create a new migration file. This takes 2 arguments,
|
||||
|
||||
Reference in New Issue
Block a user