Merge pull request #707 from tanghus/patch-1

Fix grammar error
This commit is contained in:
Morris Jobke 2018-03-06 23:12:29 +01:00 committed by GitHub
commit 141fee124a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Since Nextcloud 13 big integers are used to store identifiers and auto-increment
Because changing columns on huge tables can take quite a while (up to hours or days), the update from
Nextcloud 12 or earlier did not perform this migration on the filecache and activity table.
To make it easy to force the update on that tables too, we added a console command, which can be used
To make it easy to force the update on those tables too, we've added a console command, which can be used
to migrate the remaining columns to bigints.
The command can safely be executed. It will show a success message when there is nothing to do::