add vdata field for caldav

This commit is contained in:
redmatrix
2015-09-23 22:32:46 -07:00
parent b553ffd55d
commit 0f3c2c4b24
4 changed files with 13 additions and 2 deletions

View File

@@ -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`),