From f12db573bfb9a849c2afc63700c70166fd781698 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 16 Dec 2020 14:08:35 +0100 Subject: [PATCH] add missing primary keys --- scripts/upgrade | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 84cbebf..cf4cfd8 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -314,8 +314,9 @@ then exec_occ -V done - exec_occ db:add-missing-indices - exec_occ db:add-missing-columns + exec_occ db:add-missing-indices -n + exec_occ db:add-missing-columns -n + exec_occ db:add-missing-primary-keys -n exec_occ db:convert-filecache-bigint -n #=================================================