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
parent a5d7aac75d
commit f1f95274a2

View file

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