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:
parent
c835aea178
commit
f12db573bf
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue