Merge pull request #6258 from nextcloud/backport/6093/stable21

[stable21] Update tutorial.rst
This commit is contained in:
Morris Jobke 2021-03-16 22:39:04 +01:00 committed by GitHub
commit 9c6838ae50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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