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
+17
View File
@@ -0,0 +1,17 @@
CREATE TABLE addressbooks (
id integer primary key asc,
principaluri text,
displayname text,
uri text,
description text,
ctag integer
);
CREATE TABLE cards (
id integer primary key asc,
addressbookid integer,
carddata blob,
uri text,
lastmodified integer
);