Revert "Drop the removal of records from kolab_folders"

This reverts commit a71b1342ee.

The payload in the 'data' column is restructured.
This commit is contained in:
Jeroen van Meeuwen (Kolab Systems) 2019-07-08 11:51:20 +02:00
parent c04d787c10
commit f828f9925e
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
-- remove xml column
-- remove xml column, and change data format (clear cache needed)
DELETE FROM `kolab_folders`;
ALTER TABLE `kolab_cache_contact` DROP COLUMN `xml`;
ALTER TABLE `kolab_cache_event` DROP COLUMN `xml`;
ALTER TABLE `kolab_cache_task` DROP COLUMN `xml`;

View file

@ -1,4 +1,5 @@
-- remove xml column
-- remove xml column, and change data format (clear cache needed)
DELETE FROM "kolab_folders";
ALTER TABLE "kolab_cache_contact" DROP COLUMN "xml";
ALTER TABLE "kolab_cache_event" DROP COLUMN "xml";
ALTER TABLE "kolab_cache_task" DROP COLUMN "xml";