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,17 +0,0 @@
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
);