mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update tutorial.rst
Typing error (excute->execute)
This commit is contained in:
parent
6d76b47895
commit
cff65e5cb5
@ -266,7 +266,7 @@ so for example **notestutorial/lib/Migration/Version000000Date20181013124731.php
|
||||
|
||||
To create the tables in the database, run the :ref:`migration <migration_console_command>` command::
|
||||
|
||||
php ./occ migrations:excute <appId> <versionNumber>
|
||||
php ./occ migrations:execute <appId> <versionNumber>
|
||||
|
||||
Example: sudo -u www-data php ./occ migrations:execute photos 000000Date20201002183800
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user