Update auf neue Sabredav 1.8

This commit is contained in:
Andreas Österreicher
2015-01-14 13:45:11 +00:00
parent 9662b9636a
commit e6dabad133
484 changed files with 69950 additions and 23 deletions
+26
View File
@@ -0,0 +1,26 @@
CREATE TABLE calendarobjects (
id integer primary key asc,
calendardata blob,
uri text,
calendarid integer,
lastmodified integer,
etag text,
size integer,
componenttype text,
firstoccurence integer,
lastoccurence integer
);
CREATE TABLE calendars (
id integer primary key asc,
principaluri text,
displayname text,
uri text,
ctag integer,
description text,
calendarorder integer,
calendarcolor text,
timezone text,
components text,
transparent bool
);