1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

add missing primary keys

This commit is contained in:
Kay0u 2020-12-16 14:08:35 +01:00
parent c835aea178
commit f12db573bf
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -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
#=================================================