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

Revert "Revert "Version 15 : add occ commands to improve db performances" Because of https://github.com/YunoHost-Apps/nextcloud_ynh/pull/149 This reverts commit f1f95274a283206f1cb9bfcc5c11ddbc3273c34c."

This reverts commit f9216b7da3.
This commit is contained in:
Mickaël Martin 2019-02-21 18:24:14 +01:00
parent 89c0eb068a
commit 9b1fff3781

View file

@ -224,6 +224,8 @@ do
# Print the current version number of nextcloud # Print the current version number of nextcloud
exec_occ -V exec_occ -V
exec_occ db:add-missing-indices
exec_occ db:convert-filecache-bigint
done done
#================================================= #=================================================