From 0f3c2c4b2448694da4f0b350c1814fb5df973ce9 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 23 Sep 2015 22:32:46 -0700 Subject: add vdata field for caldav --- install/schema_mysql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'install/schema_mysql.sql') diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index a21e5f48a..c78259e41 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -396,6 +396,7 @@ CREATE TABLE IF NOT EXISTS `event` ( `event_repeat` text NOT NULL, `event_sequence` smallint(6) NOT NULL DEFAULT '0', `event_priority` smallint(6) NOT NULL DEFAULT '0', + `event_vdata` text NOT NULL, PRIMARY KEY (`id`), KEY `uid` (`uid`), KEY `type` (`type`), -- cgit v1.2.3