Browse Source

Version 15 : add occ commands to improve db performances

pull/162/head
Nathanael 7 years ago
committed by Mickaël Martin
parent
commit
f89bf04eda
  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