From f1f95274a283206f1cb9bfcc5c11ddbc3273c34c Mon Sep 17 00:00:00 2001 From: Nathanael Date: Sun, 16 Dec 2018 20:49:31 +0100 Subject: [PATCH] Version 15 : add occ commands to improve db performances --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 6c54ca5..355cff6 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -223,6 +223,8 @@ do # Print the current version number of nextcloud exec_occ -V + exec_occ db:add-missing-indices + exec_occ db:convert-filecache-bigint done #=================================================