SQLite format 3@ A6A.rv#b| .A-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)ctablesearchessearchesCREATE TABLE searches ( search_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL DEFAULT '0', "type" smallint NOT NULL DEFAULT '0', name varchar(128) NOT NULL, data text NOT NULL )C!3indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, "language")!!{tabledictionarydictionaryCREATE TABLE dictionary ( user_id integer DEFAULT NULL, "language" varchar(5) NOT NULL, data text NOT NULL )Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed) ytablesessionsessionCREATE TABLE session ( sess_id varchar(128) NOT NULL PRIMARY KEY, created datetime NOT NULL default '0000-00-00 00:00:00', changed datetime NOT NULL default '0000-00-00 00:00:00', ip varchar(40) NOT NULL default '', vars text NOT NULL )-Aindexsqlite_autoindex_session_1sessionf /indexix_users_usernameusers CREATE UNIQUE INDEX ix_users_username ON users(username, mail_host) tableusersusers CREATE TABLE users ( user_id integer NOT NULL PRIMARY KEY, username varchar(128) NOT NULL default '', mail_host varchar(128) NOT NULL default '', created datetime NOT NULL default '0000-00-00 00:00:00', last_login datetime DEFAULT NULL, failed_login datetime DEFAULT NULL, failed_login_counter integer DEFAULT NULL, language varchar(5), preferences text NOT NULL default '' )d 3!indexix_identities_emailidentities CREATE INDEX ix_identities_email ON identities(email, del)j 7! indexix_identities_user_ididentities CREATE INDEX ix_identities_user_id ON identities(user_id, del)>!!Gtableidentitiesidentities CREATE TABLE identities ( identity_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL default '0', changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', standard tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', organization varchar(128) default '', email varchar(128) NOT NULL default '', "reply-to" varchar(128) NOT NULL default '', bcc varchar(128) NOT NULL default '', signature text NOT NULL default '', html_signature tinyint NOT NULL default '0' )O31indexix_contactgroupmembers_contact_idcontactgroupmembersCREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id) 33AtablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers ( contactgroup_id integer NOT NULL, contact_id integer NOT NULL default '0', created datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (contactgroup_id, contact_id) )EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembersv='indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)$''tablecontactgroupscontactgroupsCREATE TABLE contactgroups ( contactgroup_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL default '0', changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '' )b3indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)D[tablecontactscontactsCREATE TABLE contacts ( contact_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', email text NOT NULL default '', firstname varchar(128) NOT NULL default '', surname varchar(128) NOT NULL default '', vcard text NOT NU]@P-B@,l P(G/ ,3/<2023-03-01 04:36:48Imported Contacts    < s1f) b  8 33 <2024-06-29 10:33:23Skvyas901skvyas901@gmail.comM 3-O <2024-06-29 10:33:23Jodhpur.ito Tds1jodhpur.ito.tds1@incometax.gov.inC 3!G <2024-06-01 07:20:25cbse ajmerdocuments.cbseajmer@gmail.com@ 3'; <2023-12-02 07:21:51Hiteshbhati12hiteshbhati12@gmail.com>3%9 <2023-11-07 09:15:02Gp9782420515gp9782420515@gmail.com;3C <2023-10-16 09:15:29Infoinfo@indorepublicschool.orgF3-A <2023-10-16 07:35:20Gssssultanschoolgssssultanschool@gmail.com@3'; <2023-10-11 05:14:36Rajeevarya300rajeevarya300@gmail.com?3'9 <2023-01-30 05:44:51Rps9214561147rps9214561147@gmai.com@3'; <2022-11-25 07:43:45Pali Minocellpali.minocell@gmail.com?3%; <2022-11-03 07:38:08rainbow cityrainbowcity04@gmail.comJ31E <2022-09-06 05:26:30Shriganeshtourpalishriganeshtourpali@gmail.com k:]}k 3--tablecaldav_calendarscaldav_calendars8CREATE TABLE caldav_calendars ( calendar_id integer NOT NULL PRIMARY zlC)indexcarddav_groups_abook_id_idxcarddav_groupsNCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)kI/!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesMCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id);jO)indexsqlite_autoindex_carddav_groups_2carddav_groupsX;iO)indexsqlite_autoindex_carddav_groups_1carddav_groupsWih)) tablecarddav_groupscarddav_groupsVCREATE TABLE "carddav_groups" ( id integer NOT NULL PRIMARY KEY, abook_id integer NOT NULL, name VARCHAR(255) NOT NULL, -- display name vcard TEXT, -- complete vcard etag VARCHAR(255), -- entity tag, can be used to check if card changed on server uri VARCHAR(255), -- path of the card on the server cuid VARCHAR(255), -- unique identifier of the card within the collection UNIQUE(uri,abook_id), UNIQUE(cuid,abook_id), -- not enforced by sqlite < 3.6.19 FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE )C[W1indexsqlite_autoindex_carddav_group_user_1carddav_group_userRZ11Ktablecarddav_group_usercarddav_group_userQCREATE TABLE carddav_group_user ( group_id integer NOT NULL, contact_id integer NOT NULL, PRIMARY KEY(group_id,contact_id), -- not enforced by sqlite < 3.6.19 FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE )AVU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesL,U//tablecarddav_xsubtypescarddav_xsubtypesKCREATE TABLE carddav_xsubtypes ( id integer NOT NULL PRIMARY KEY, typename VARCHAR(128) NOT NULL, -- name of the type subtype VARCHAR(128) NOT NULL, -- name of the subtype abook_id integer NOT NULL, -- not enforced by sqlite < 3.6.19 FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE, UNIQUE(typename,subtype,abook_id) )TG-indexcarddav_contacts_abook_id_idxcarddav_contactsJCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)?SS-indexsqlite_autoindex_carddav_contacts_2carddav_contactsI?RS-indexsqlite_autoindex_carddav_contacts_1carddav_contactsH>Q--/tablecarddav_contactscarddav_contactsGCREATE TABLE carddav_contacts ( id integer NOT NULL PRIMARY KEY, abook_id integer NOT NULL, name VARCHAR(255) NOT NULL, -- display name email VARCHAR(255), -- ", " separated list of mail addresses firstname VARCHAR(255), surname VARCHAR(255), organization VARCHAR(255), showas VARCHAR(32) NOT NULL DEFAULT '', -- special display type (e.g., as a company) vcard TEXT NOT NULL, -- complete vcard etag VARCHAR(255) NOT NULL, -- entity tag, can be used to check if card changed on server uri VARCHAR(255) NOT NULL, -- path of the card on the server cuid VARCHAR(255) NOT NULL, -- unique identifier of the card within the collection UNIQUE(uri,abook_id), UNIQUE(cuid,abook_id), -- not enforced by sqlite < 3.6.19 FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE )YH1uindexix_session_changedsessionACREATE INDEX ix_session_changed ON session (changed)       Default ii _!3dav://info%40rainbowschool.ac.in@www.rainbowschool.ac.in:2080calendars/info@rainbowschool.ac.in/calendar/event17155768192024-05-13 10:40:10 s_ dav://info%40rainbowschool.ac.in@www.rainbowschool.ac.in:2080calendars/info@rainbowschool.ac.in/calendar/event |~=bZ`?a70       vU" c ^Su vk`~33#tablecollecI3Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)~33#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses ( addresO31indexix_contactgroupmembers_contact_idcontactgroupmembers_CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers nK1%indexcarddav_group_user_group_id_idxcarddav_group_userYCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)mO1-indexcarddav_group_user_contact_id_idxcarddav_group_userOCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)33atablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers ( contactgroup_id integer NOT NULL REFERENCES contactgroups (contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE, contact_id integer NOT NULL REFERENCES contacts (contact_id) ON DELETE CASCADE ON UPDATE CASCADE, created datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (contactgroup_id, contact_id) )v='indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)[''utablecontactgroupscontactgroupsCREATE TABLE contactgroups ( contactgroup_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '' )b3indexix_contacts_user_idcontacts[CREATE INDEX ix_contacts_user_id ON contacts(user_id, del)atablecontactscontactsCREATE TABLE contacts ( contact_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', email text NOT NULL default '', firstname varchar(128) NOT NULL default '', surname varchar(128) NOT NULL default '', vcard text NOT NULL default '', words text NOT NULL default '' )f~/indexix_users_usernameusers CREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)}tableusersusers CREATE TABLE users ( user_id integer NOT NULL PRIMARY KEY, username varchar(128) NOT NULL default '', mail_host varchar(128) NOT NULL default '', created datetime NOT NULL default '0000-00-00 00:00:00', last_login datetime DEFAULT NULL, failed_login datetime DEFAULT NULL, failed_login_counter integer DEFAULT NULL, language varchar(16), preferences text DEFAULT NULL )wr55tablecarddav_addressbookscarddav_addressbooksDCREATE TABLE "carddav_addressbooks" ( id integer NOT NULL PRIMARY KEY, name TEXT NOT NULL, username TEXT NOT NULL, password TEXT NOT NULL, url TEXT NOT NULL, active TINYINT UNSIGNED NOT NULL DEFAULT 1, user_id integer NOT NULL, last_updated BIGINT NOT NULL DEFAULT 0, -- time stamp (seconds since epoch) of the last update of the local database refresh_time INT NOT NULL DEFAULT 3600, -- time span (seconds) after that the local database will be refreshed, default 1h sync_token TEXT NOT NULL DEFAULT '', -- sync-token the server sent us for the last sync presetname TEXT, -- presetname use_categories TINYINT NOT NULL DEFAULT 0, -- not enforced by sqlite < 3.6.19 FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE )CqW1indexsqlite_autoindex_carddav_migrations_1carddav_migrations^[p11atablecarddav_migrationscarddav_migrationsSCREATE TABLE "carddav_migrations" ( id integer NOT NULL PRIMARY KEY, filename TEXT NOT NULL, processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP, UNIQUE(filename) ) @@@@@@@QQQQ W32024-09-25 10:00:24 `~ b 3 I1`(YYO)indexsqlite_autoindex_cache_messages_1cache_meN##ctablecache_indexcache_indexCREA9#indexix_cache_index_expirescache_indexCREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_indexN##ctablecache_indexcache_indexCREATE TABLE cache_index ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, mailbox varchar(255) NOT NULL, expires datetime DEFAULT NULL, valid smallint NOT NULL DEFAULT '0', data text NOT NULL, PRIMARY KEY (user_id, mailbox) )P-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires))=indexsqlite_autoindex_cache_1cachetablecachecacheCREATE TABLE cache ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, cache_key varchar(128) NOT NULL default '', expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (user_id, cache_key) ){5/indexix_filestore_user_idfilestoreCCREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)AQtablefilestorefilestoreCREATE TABLE filestore ( file_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, context varchar(32) NOT NULL, filename varchar(128) NOT NULL, mtime integer NOT NULL, data text NOT NULL )A-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)tablesearchessearchesCREATE TABLE searches ( search_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, "type" smallint NOT NULL DEFAULT '0', name varchar(128) NOT NULL, data text NOT NULL )C!/indexix_dictionary_user_languagedictionaryFCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)U!!utabledictionarydictionaryCREATE TABLE dictionary ( user_id integer DEFAULT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, language varchar(16) NOT NULL, data text NOT NULL )~ Ktableresponsesresponses CREATE TABLE responses ( response_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(255) NOT NULL, data text NOT NULL, is_html tinyint NOT NULL default '0' )d 3!indexix_identities_emailidentitiesTCREATE INDEX ix_identities_email ON identities(email, del)j 7! indexix_identities_user_ididentities CREATE INDEX ix_identities_user_id ON identities(user_id, del)u !!5tableidentitiesidentities CREATE TABLE identities ( identity_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', standard tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', organization varchar(128) default '', email varchar(128) NOT NULL default '', "reply-to" varchar(128) NOT NULL default '', bcc varchar(128) NOT NULL default '', signature text NOT NULL default '', html_signature tinyint NOT NULL default '0' ) I3Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)~33#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses ( address_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', name varchar(255) NOT NULL default '', email varchar(255) NOT NULL, "type" integer NOT NULL )  77nFeS ! cPanel CardDAV (cPanel CardDAV Address Book)%l@%d{ENCRYPTED}ez0ficas0y/7/YeD2WE1nw==https://127.0.0.1:2080/addressbooks/info@rainbowschool.ac.in/addressbook/[30013-changemysqlcollationscasesensitive2022-06-25 03:45:20/=30012-fixmysqlconstraints2022-06-25 03:45:203 E30011-unifymigrationsidcolumn2022-06-25 03:45:204 G30010-increasetextfieldlengths2022-06-25 03:45:20/ =30009-dropauthschemefield2022-06-25 03:45:20( /30008-unifyindexes2022-06-25 03:45:202 C30007-replaceurlplaceholders2022-06-25 03:45:20+530006-rmgroupsnotnull2022-06-25 03:45:203E30005-changemysqlut8toutf8mb42021-02-19 03:50:474G30004-fixtimestampdefaultvalue2021-02-19 03:50:474G30003-fixtimestampdefaultvalue2021-02-19 03:50:474G30002-increasetextfieldlengths2021-02-19 03:50:47&+30001-categories2021-02-19 03:50:47"#30000-sample2021-02-19 03:50:47"#30000-dbinit2021-02-19 03:50:47 =info@rainbowschool.ac.in[       jijjfhdddee>ccEc>;8bU6666iM3'M31df9808b767971eff0a870377d53ad12021-06-14 03:01:12103.66.21.201bGFuZ3VhZ2V8czo1OiJlbl9VUyI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8czozOiIzMTYiO3VzZXJuYW1lfHM6MjQ6ImluZm9AcmFpbmJvd3NjaG9vbC5hYy5pbiI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8TjtwYXNzd29yZHxzOjQ0OiJaQURRbEJBZStFNWNoNi80NGc2Q2Noek1DbUdvMmphZHRzaVNtUVU4NjhBPSI7bG9naW5fdGltZXxpOjE2MjM2Mzk2NzI7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiT3dyeVcwYzZWbnJKRGhFNXI2b0VhZmRNdHJrd2huMVciO3JlcXVlc3RfdG9rZW58czozMjoiMDVQTWpHV2ZSdmY0MzJBTVhYdFh2ajUzM2NvcVZydjIiOw==^ M3'=30fb78beb72a98933495f013bd8a309a2021-06-12 06:14:00223.238.152.4bGFuZ3VhZ2V8czo1OiJlbl9VUyI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8czozOiIzMTYiO3VzZXJuYW1lfHM6MjQ6ImluZm9AcmFpbmJvd3NjaG9vbC5hYy5pbiI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8TjtwYXNzd29yZHxzOjQ0OiIrQktZWGRIblV1cnNRMHBkcmRoV1lVKzluaW1OemluOXRWM0dtVlpzZm0wPSI7bG9naW5fdGltZXxpOjE2MjM0NzMwMTc7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiU1JwVnRZMTJmUWNDVTRrWkZGclYwMDR3VEJRRzVTMTciO3JlcXVlc3RfdG9rZW58czozMjoiN085TGxCUmxZTWlwSFZMZjFtVHFyUnZnYXM1UG5kR3QiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjU6e3M6NjoibGF5b3V0IjtzOjEwOiJ3aWRlc2NyZWVuIjtzOjIyOiJqcXVlcnlfdWlfY29sb3JzX3RoZW1lIjtzOjk6ImJvb3RzdHJhcCI7czoxODoiZW1iZWRfY3NzX2xvY2F0aW9uIjtzOjE3OiIvc3R5bGVzL2VtYmVkLmNzcyI7czoxOToiZWRpdG9yX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO31pbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czo0OiJkYXRlIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo3OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1wYWdlfGk6MTt1bnNlZW5fY291bnR8YToxOntzOjU6IklOQk9YIjtpOjc1MDt9Zm9sZGVyc3xhOjE6e3M6NToiSU5CT1giO2E6Mjp7czozOiJjbnQiO2k6Mjg2MjtzOjY6Im1heHVpZCI7aTo0MzQyO319bGlzdF9tb2Rfc2VxfHM6NDoiNjI3MiI7YnJvd3Nlcl9jYXBzfGE6NDp7czozOiJwZGYiO3M6MToiMSI7czo1OiJmbGFzaCI7czoxOiIwIjtzOjQ6InRpZmYiO3M6MToiMCI7czo0OiJ3ZWJwIjtzOjE6IjEiO31zYWZlX21lc3NhZ2VzfGE6Mjp7czoxMDoiSU5CT1g6NDM0MSI7YjowO3M6MTA6IklOQk9YOjQzMzgiO2I6MDt9d3JpdGVhYmxlX2Fib29rfGI6MTs= A Y [  %h-KAU/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event< 73+indexix_contact_uid2msguidkolab_cache_contact:CREA//Ctablekolab_folders_oldkolab_folders_old3CREATE TABLE "kolab_folders_old" ( folder_id INTEGER NOT NULL PRIMARY KEY, resource VARCHAR(2v@1-indexix_folder_filenamekolab_cache_filekCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)o>--tablekolab_cache_filekolab_cache_filejCREATE TABLE kolab_cache_file ( folder_id INTEGER NOT NULL, msguid INTEGER NOT NULL, uid VARCHAR(512) NOT NULL, created DATETIME DEFAULT NULL, changed DATETIME DEFAULT NULL, data TEXT NOT NULL, tags TEXT NOT NULL, words TEXT NOT NULL, filename varchar(255) DEFAULT NULL, PRIMARY KEY(folder_id,msguid) )x=1-indexix_note_uid2msguidkolab_cache_noteiCREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)r0+3indexix_contact_typekolab_cache_contact9CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type).''7tablekolab_folderskolab_folders3CRE??S-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_file\?<S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_notehI;--Etablekolab_cache_notekolab_cache_notegCREATE TABLE kolab_cache_note ( folder_id INTEGER NOT NULL, msguid INTEGER NOT NULL, uid VARCHAR(512) NOT NULL, created DATETIME DEFAULT NULL, changed DATETIME DEFAULT NULL, data TEXT NOT NULL, tags TEXT NOT NULL, words TEXT NOT NULL, PRIMARY KEY(folder_id,msguid) ):73+indexix_journal_uid2msguidkolab_cache_journalfCREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E9Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journalex833tablekolab_cache_journalkolab_cache_journaldCREATE TABLE kolab_cache_journal ( folder_id INTEGER NOT NULL, msguid INTEGER NOT NULL, uid VARCHAR(512) NOT NULL, created DATETIME DEFAULT NULL, changed DATETIME DEFAULT NULL, data TEXT NOT NULL, tags TEXT NOT NULL, words TEXT NOT NULL, dtstart DATETIME, dtend DATETIME, PRIMARY KEY(folder_id,msguid) )x71-indexix_task_uid2msguidkolab_cache_taskcCREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?6S-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_taskUo5--tablekolab_cache_taskkolab_cache_taskECREATE TABLE kolab_cache_task ( folder_id INTEGER NOT NULL, msguid INTEGER NOT NULL, uid VARCHAR(512) NOT NULL, created DATETIME DEFAULT NULL, changed DATETIME DEFAULT NULL, data TEXT NOT NULL, tags TEXT NOT NULL, words TEXT NOT NULL, dtstart DATETIME, dtend DATETIME, PRIMARY KEY(folder_id,msguid) )|43/#indexix_event_uid2msguidkolab_cache_event>CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)A3U/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event