From b1fe49d08259b323ab3f09b5cd023b58918ad5a0 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Tue, 6 Mar 2018 22:51:11 +0100 Subject: [PATCH] Fix grammar error --- admin_manual/configuration_database/bigint_identifiers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_database/bigint_identifiers.rst b/admin_manual/configuration_database/bigint_identifiers.rst index ee6faf639..c3f0d5237 100644 --- a/admin_manual/configuration_database/bigint_identifiers.rst +++ b/admin_manual/configuration_database/bigint_identifiers.rst @@ -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::