Current File : //var/webuzo-data/roundcube/plugins/libkolab/SQL/mysql/2015020600.sql
-- improve cache synchronization (#3933)
ALTER TABLE `kolab_folders`
  ADD `changed` DATETIME DEFAULT NULL,
  ADD `objectcount` BIGINT DEFAULT NULL;