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

@@ -392,6 +392,7 @@ CREATE TABLE "event" (
"event_repeat" text NOT NULL,
"event_sequence" smallint NOT NULL DEFAULT '0',
"event_priority" smallint NOT NULL DEFAULT '0',
"event_vdata" text NOT NULL,
PRIMARY KEY ("id")
);
create index "event_uid_idx" on event ("uid");