Alte Sabredav Version entfernt

This commit is contained in:
Andreas Österreicher
2015-01-14 13:32:58 +00:00
parent bf999ecc2d
commit 9662b9636a
319 changed files with 137 additions and 41043 deletions
@@ -1,20 +0,0 @@
CREATE TABLE calendarobjects (
id integer primary key asc,
calendardata blob,
uri text,
calendarid integer,
lastmodified 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
);