Merge pull request #676 from nextcloud/fix-upgrade-syntax

Fix upgrade page syntax
This commit is contained in:
Morris Jobke 2018-02-09 15:31:53 +01:00 committed by GitHub
commit d9e494558e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,10 +103,10 @@ Upgrading to Nextcloud 13
^^^^^^^^^^^^^^^^^^^^^^^^^
With Nextcloud 13 we added a new index to the share table which should result in
significant performance improvements:
significant performance improvements::
$ sudo -u www-data php occ db:add-missing-indice
With Nextcloud 13 we switched to bigint for the file ID's in the file cache table
With Nextcloud 13 we switched to bigint for the file ID's in the file cache table::
$ sudo -u www-data php occ db:convert-filecache-bigint