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:
parent
c04d787c10
commit
f828f9925e
2 changed files with 4 additions and 2 deletions
|
@ -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`;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue