roundcubemail-plugins-kolab/plugins/libkolab/SQL/mysql/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
149 B
SQL

-- improve cache synchronization (#3933)
ALTER TABLE `kolab_folders`
ADD `changed` DATETIME DEFAULT NULL,
ADD `objectcount` BIGINT DEFAULT NULL;