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

Version 15 : add occ commands to improve db performances

This commit is contained in:
Nathanael 2018-12-16 20:49:31 +01:00 committed by Mickaël Martin
parent 2118c98399
commit f89bf04eda

View file

@ -224,6 +224,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
#=================================================