roundcubemail-plugins-kolab/plugins/libkolab/SQL/oracle/2015020600.sql
Thomas Bruederli 39449c11ce Improve groupware object cache synchronization (#3933):
- store and compare the number of objects stored after last sync
- use a (configurable) refresh interval and periodically force re-sync

ATTENTION: requires database schema updates
2015-02-05 15:27:28 +01:00

4 lines
150 B
SQL

-- improve cache synchronization (#3933)
ALTER TABLE "kolab_folders"
ADD "changed" timestamp DEFAULT NULL,
ADD "objectcount" number DEFAULT NULL;