SQLite format 3@ .K                      1  z{  t1WY 3//tableschedulinY61t //tablecalendarinstancescalendarinstances CREATE TABLE calendarinstances ( id integer primary key asc NOT NULL, calendarid integer NOT NULL, principaluri text NULL, access integer COMMENT '1 = owner, 2 = read, 3 = readwrite' NOT NULL DEFAULT '1', displayname text, uri text NOT NULL, description text, calendarorder integer, calendarcolor text, timezone text, transparent bool, share_href text, share_displayname text, share_invitestatus integer DEFAULT '2', UNIQUE (principaluri, uri), UNIQUE (calendarid, principaluri), UNIQUE (calendarid, share_href) )) !tablecalendarscalendars CREATE TABLE calendars ( id integer primary key asc NOT NULL, synctoken integer DEFAULT 1 NOT NULL, components text NOT NULL )w ++%indexcalendarid_timecalendarobjects CREATE INDEX calendarid_time ON calendarobjects (calendarid, firstoccurence)++ktablecalendarobjectscalendarobjectsCREATE TABLE calendarobjects ( id integer primary key asc NOT NULL, calendardata blob NOT NULL, uri text NOT NULL, calendarid integer NOT NULL, lastmodified integer NOT NULL, etag text NOT NULL, size integer NOT NULL, componenttype text, firstoccurence integer, lastoccurence integer, uid text, UNIQUE(calendarid,uri) )=Q+indexsqlite_autoindex_calendarobjects_1calendarobjects ;17indexaddressbookid_synctokenaddressbookchangesCREATE INDEX addressbookid_synctoken ON addressbookchanges (addressbookid, synctoken)n11tableaddressbookchangesaddressbookchangesCREATE TABLE addressbookchanges ( id integer primary key asc NOT NULL, uri text, synctoken integer NOT NULL, addressbookid integer NOT NULL, operation integer NOT NULL )~[tablecardscardsCREATE TABLE cards ( id integer primary key asc NOT NULL, addressbookid integer NOT NULL, carddata blob, uri text NOT NULL, lastmodified integer, etag text, size integer, UNIQUE(addressbookid, uri) ))=indexsqlite_autoindex_cards_1cards%%otableaddressbooksaddressbooksCREATE TABLE addressbooks ( id integer primary key asc NOT NULL, principaluri text NOT NULL, displayname text, uri text NOT NULL, description text, synctoken integer DEFAULT 1 NOT NULL, UNIQUE(principaluri, uri) )7K%indexsqlite_autoindex_addressbooks_1addressbooks z7R ! ] Fnj'+indexpath_propertypropertystorageCREATE UNIQUE INDEX path_property ON propertystorage (path, name)U++atablepropertystoragepropertystorageCREATE TABLE propertystorage ( id integer primary key asc NOT NULL, path text NOT NULL, name text NOT NULL, valuetype integer NOT NULL, value string )=Windexidx_urilocksCREATE INDEX idx_uri ON 'locks' (uri)U tablelockslocksCREATE TABLE 'locks' ( id integer primary key asc NOT NULL, owner text, timeout integer, created integer, token text, scope integer, depth integer, uri text )AU/indexsqlite_autoindex_schedulingobjects_1schedulingobjects3//tableschedulingobjectsschedulingobjectsCREATE TABLE schedulingobjects ( id integer primary key asc NOT NULL, principaluri text NOT NULL, calendardata blob, uri text NOT NULL, lastmodified integer, etag text NOT NULL, size integer NOT NULL, UNIQUE(principaluri, uri) )I]7indexsqlite_autoindex_calendarsubscriptions_1calendarsubscriptions077tablecalendarsubscriptionscalendarsubscriptionsCREATE TABLE calendarsubscriptions ( id integer primary key asc NOT NULL, uri text NOT NULL, principaluri text NOT NULL, source text NOT NULL, displayname text, refreshrate text, calendarorder integer, calendarcolor text, striptodos bool, stripalarms bool, stripattachments bool, lastmodified int, UNIQUE(principaluri, uri) )|5+%indexcalendarid_synctokencalendarchangesCREATE INDEX calendarid_synctoken ON calendarchanges (calendarid, synctoken)b++{tablecalendarchangescalendarchangesCREATE TABLE calendarchanges ( id integer primary key asc NOT NULL, uri text, synctoken integer NOT NULL, calendarid integer NOT NULL, operation integer NOT NULL )AU/indexsqlite_autoindex_calendarinstances_3calendarinstancesA U/indexsqlite_autoindex_calendarinstances_2calendarinstancesA U/indexsqlite_autoindex_calendarinstances_1calendarinstances