Browse Source

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.
pull/162/head
Mickaël Martin 7 years ago
parent
commit
9b1fff3781
  1. 2
      scripts/upgrade

2
scripts/upgrade

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

Loading…
Cancel
Save