SQLite format 3@ AC6A.C��A���� A�.�#��%��6  )=indexsqlite_autoindex_cache_1cacheA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)�c�tablesearchessearchesCREATE 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)�V �tablesessionsessionCREATE TABLE session ( sess_id varchar(128) NOT NULL PRIMARY KEY, 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' )�O3�1indexix_contactgroupmembers_contact_idcontactgroupmembersCREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)� 33�AtablecontactgroupmemberscontactgroupmembersCREATE 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 '' )b3�indexix_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 NULL default '', words text N89-2(        ��3� 3 / c2020-02-02 13:52:46info@endelfys.com ��  c � ��/ info@endelfys.com � >>�>�c /33�iinfo@endelfys.comlocalhost2020-02-02 13:52:462020-02-02 14:37:26el_GRa:3:{s:11:"client_hash";s:16:"J6eP6G7N5NHj4yGg";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;} �� /info@endelfys.comlocalhost c          `9 � � 6 & � I�6�+R#�-��>`5g=indexsqlite_autoindex_cache_1cache�[�tablecachecacheCREATE TABLE cache ( user_id integer NOT NULL default 0, cache_key varchar(128) NOT NULL default '', expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (user_id, cache_key) )A�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)�c�tablesearchessearchesCREATE 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)-Aindexsqlite_autoindex_session_1session�V �tablesessionsessionCREATE TABLE session ( sess_id varchar(128) NOT NULL PRIMARY KEY, changed datetime NOT NULL default '0000-00-00 00:00:00', ip varchar(40) NOT NULL default '', vars text NOT NULL )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(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' )�O3�1indexix_contactgroupmembers_contact_idcontactgroupmembersCREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers� 33�AtablecontactgroupmemberscontactgroupmembersCREATE 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) )v='�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 '' )b3�indexix_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 NULL default '', words text NOT NULL default '' )  ?D�GM���1��6g��Db5 � ?5�?5�{$5�/indexix_filestore_user_idfilestore'CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)�z#�Ctablefilestorefilestore&CREATE TABLE filestore ( file_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL, context varchar(32) NOT NULL, filename varchar(128) NOT NULL, mtime integer NOT NULL, data text NOT NULL )v"?)�indexix_cache_messages_expirescache_messages%CREATE INDEX ix_cache_messages_expires ON cache_messages (expires)�. ))�tablecache_messagescache_messages#CREATE TABLE cache_messages ( user_id integer NOT NULL, mailbox varchar(255) NOT NULL, uid integer NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, flags integer NOT NULL DEFAULT '0', PRIMARY KEY (user_id, mailbox, uid) );!O)indexsqlite_autoindex_cache_messages_1cache_messages$n;%� indexix_cache_thread_expirescache_thread"CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)�a%%�tablecache_threadcache_thread CREATE TABLE cache_thread ( user_id integer NOT NULL, mailbox varchar(255) NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (user_id, mailbox) )7K%indexsqlite_autoindex_cache_thread_1cache_thread!j9#�indexix_cache_index_expirescache_indexCREATE INDEX ix_cache_index_expires ON cache_index (expires)�##�Utablecache_indexcache_indexCREATE TABLE cache_index ( user_id integer NOT NULL, mailbox varchar(255) NOT NULL, expires datetime DEFAULT NULL, valid smallint NOT NULL DEFAULT '0', data text NOT NULL, PRIMARY KEY (user_id, mailbox) )5I#indexsqlite_autoindex_cache_index_1cache_indexm;%�indexix_cache_shared_expirescache_sharedCREATE INDEX ix_cache_shared_expires ON cache_shared(expires)�6%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared ( cache_key varchar(255) NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (cache_key) )7K%indexsqlite_autoindex_cache_shared_1cache_shared�P-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires))=indexsqlite_autoindex_cache_1cache�=�tablecachecacheCREATE TABLE cache ( user_id inte�J(�otableeventsevents+CREATE TABLE events ( event_id integer NOT NULL PRIMARY KEY, calendar_id integer NOT NULL default '0', recurrence_id integer NOT NULL default '0', uid varchar(255) NOT NULL default '', instance varchar(16) NOT NULL default '', isexception tinyint(1) NOT NULL default '0', created datetime NOT NULL default '1000-01-01 00:00:00', changed datetime NOT NULL default '1000-01-01 00:00:00', sequence integer NOT NULL default '0', start datetime NOT NULL default '1000-01-01 00:00:00', end datetime NOT NULL default '1000-01-01 00:00:00', recurrence varchar(255) default NULL, title varchar(255) NOT NULL, description text NOT NULL, location varchar(255) NOT NULL default '', categories varchar(255) NOT NULL default '', url varchar(255) NOT NULL default '', all_day tinyint(1) NOT NULL default '0', free_busy tinyint(1) NOT NULL default '0', priority tinyint(1) NOT NULL default '0', sensitivity tinyint(1) NOT NULL default '0', status varchar(32) NOT NULL default '', alarms text default NULL, attendees text default NULL, notifyat datetime default NULL, CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id) REFERENCES calendars(calendar_id) )�d'�tablecalendarscalendars*CREATE TABLE calendars ( calendar_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL default '0', name varchar(255) NOT NULL default '', color varchar(255) NOT NULL default '', showalarms tinyint(1) NOT NULL default '1', CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id) REFERENCES users(user_id) )+&?indexsqlite_autoindex_system_1system)o%�9tablesystemsystem(CREATE TABLE system ( name varchar(64) NOT NULL PRIMARY KEY, value text NOT NULL )-?indexsqlite_autoindex_system_1system)               n���n$;!calendar-caldav-version2016072000"7!calendar-ical-version2015022700&?!calendar-database-version2015022700/!roundcube-version2019092900 �����;calendar-caldav-version7calendar-ical-version?calendar-database-version/ roundcube-version      &���" � c ���sC#� triggerUpdateLastTimeForiCalEventsical_eventsCREATE TRIGGER UpdateLastTimeForiCalEvents AFTER UPDATE ON ical_events FOR EACH ROW BEGIN UPDATE ical_events SET ical_last_change = CURRENT_TIMESTAMP WHERE event_id = old.event_id; ENDz3=#�!indexical_calendar_notify_idxical_events6CREATE INDEX ical_calendar_notify_idx ON ical_events(calendar_id,notifyat)�/G)�)triggerUpdateLastTimeForiCalCalendarical_calendarsCREATE TRIGGER UpdateLastTimeForiCalCalendar AFTER UPDATE ON ical_calendars FOR EACH ROW BEGIN UPDATE ical_calendars SET ical_last_change = CURRENT_TIMESTAMP WHERE calendar_id = old.calendar_id; ENDm.1)� indexical_user_name_idxical_calendars2CREATE INDEX ical_user_name_idx ON ical_calendars(user_id, name)�-))�ctableical_calendarsical_calendars1CREATE TABLE ical_calendars ( calendar_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL DEFAULT '0', name varchar(255) NOT NULL, color varchar(8) NOT NULL, showalarms tinyint(1) NOT NULL DEFAULT '1', ical_url varchar(255) NOT NULL, ical_user varchar(255) DEFAULT NULL, ical_pass varchar(1024) DEFAULT NULL, ical_last_change timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, CONSTRAINT fk_ical_calendars_user_id FOREIGN KEY (user_id) REFERENCES users(user_id) )|,9+�!indexix_itipinvitations_uiditipinvitations0CREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)�*++�mtableitipinvitationsitipinvitations.CREATE TABLE itipinvitations ( token varchar(64) NOT NULL PRIMARY KEY, event_uid varchar(255) NOT NULL, user_id integer NOT NULL default '0', event text NOT NULL, expires datetime NOT NULL default '1000-01-01 00:00:00', cancelled tinyint(1) NOT NULL default '0', CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id) REFERENCES users(user_id) )=+Q+indexsqlite_autoindex_itipinvitations_1itipinvitations/ ��)##�itableattachmentsattachments,CREATE TABLE attachments ( attachment_id integer NOT NULL PRIMARY KEY, event_id integer NOT NULL default '0', filename varchar(255) NOT NULL default '', mimetype varchar(255) NOT NULL default '', size integer NOT NULL default '0', data text NOT NULL default '', CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id) REFERENCES events(event_id) )Y�otableeventsevents+CREATE TABLE events ( event_id integer NOT NULL PRIMARY KEYi23#� indexical_recurrence_idxical_events5CREATE INDEX ical_recurrence_idx ON ical_events(recurrence_id)P1%#gindexical_uid_idxical_events4CREATE INDEX ical_uid_idx ON ical_events(uid)�H0##�Wtableical_eventsical_events3CREATE TABLE ical_events ( event_id integer NOT NULL PRIMARY KEY, calendar_id integer NOT NULL default '0', recurrence_id integer NOT NULL default '0', uid varchar(255) NOT NULL default '', instance varchar(16) NOT NULL default '', isexception tinyint(1) NOT NULL default '0', created datetime NOT NULL default '1000-01-01 00:00:00', changed datetime NOT NULL default '1000-01-01 00:00:00', sequence integer NOT NULL default '0', start datetime NOT NULL default '1000-01-01 00:00:00', end datetime NOT NULL default '1000-01-01 00:00:00', recurrence varchar(255) default NULL, title varchar(255) NOT NULL, description text NOT NULL, location varchar(255) NOT NULL default '', categories varchar(255) NOT NULL default '', url varchar(255) NOT NULL default '', all_day tinyint(1) NOT NULL default '0', free_busy tinyint(1) NOT NULL default '0', priority tinyint(1) NOT NULL default '0', sensitivity tinyint(1) NOT NULL default '0', status varchar(32) NOT NULL default '', alarms text default NULL, attendees text default NULL, notifyat datetime default NULL, ical_url varchar(255) NOT NULL, ical_last_change timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, CONSTRAINT fk_ical_events_calendar_id FOREIGN KEY (calendar_id) REFERENCES ical_calendars(calendar_id) )           ���� ) } ��~���RA'�)indexcaldav_calendar_notify_idxcaldav_events?CREATE INDEX caldav_calendar_notify_idx ON caldav_events(calendar_id,notifyat)q<7'�indexcaldav_recurrence_idxcaldav_events>CREATE INDEX caldav_recurrence_idx ON caldav_events(recurrence_id)X;)'oindexcaldav_uid_idxcaldav_events=CREATE INDEX caldav_uid_idx ON caldav_events(uid)�Z9''�stablecaldav_eventscaldav_events;CREATE TABLE caldav_events ( event_id integer NOT NULL PRIMARY KEY, calendar_id integer NOT NULL DEFAULT '0', recurrence_id integer NOT NULL DEFAULT '0', uid varchar(255) NOT NULL DEFAULT '', instance varchar(16) NOT NULL DEFAULT '', isexception tinyint(1) NOT NULL DEFAULT '0', created datetime NOT NULL DEFAULT '1000-01-01 00:00:00', changed datetime NOT NULL DEFAULT '1000-01-01 00:00:00', sequence integer NOT NULL DEFAULT '0', start datetime NOT NULL DEFAULT '1000-01-01 00:00:00', end datetime NOT NULL DEFAULT '1000-01-01 00:00:00', recurrence varchar(255) DEFAULT NULL, title varchar(255) NOT NULL, description text NOT NULL, location varchar(255) NOT NULL DEFAULT '', categories varchar(255) NOT NULL DEFAULT '', url varchar(255) NOT NULL DEFAULT '', all_day tinyint(1) NOT NULL DEFAULT '0', free_busy tinyint(1) NOT NULL DEFAULT '0', priority tinyint(1) NOT NULL DEFAULT '0', sensitivity tinyint(1) NOT NULL DEFAULT '0', status varchar(32) NOT NULL DEFAULT '', alarms text NULL DEFAULT NULL, attendees text DEFAULT NULL, notifyat datetime DEFAULT NULL, caldav_url varchar(255) NOT NULL, caldav_tag varchar(255) DEFAULT NULL, caldav_last_change timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, CONSTRAINT uk_caldav_event UNIQUE (calendar_id,recurrence_id,uid,caldav_tag,instance), CONSTRAINT fk_caldav_events_calendar_id FOREIGN KEY (calendar_id) REFERENCES caldav_calendars(calendar_id) ) �CM'indexsqlite_autoindex_caldav_events_1caldav_events< ��8K-�9triggerUpdateLastTimeForCaldavCalendarcaldav_calendarsCREATE TRIGGER UpdateLastTimeForCaldavCalendar AFTER UPDATE ON caldav_calendars FOR EACH ROW BEGIN UPDATE caldav_calendars SET caldav_last_change = CURRENT_TIMESTAMP WHERE calendar_id = old.calendar_id; ENDu75-�indexcaldav_user_name_idxcaldav_calendars:CREATE INDEX caldav_user_name_idx ON caldav_calendars(user_id, name)�)6--�tablecaldav_calendarscaldav_calendars9CREATE TABLE caldav_calendars ( calendar_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL DEFAULT '0', name varchar(255) NOT NULL, color varchar(8) NOT NULL, showalarms tinyint(1) NOT NULL DEFAULT '1', readonly tinyint(1) NOT NULL DEFAULT '1', caldav_url varchar(255) NOT NULL, caldav_tag varchar(255) DEFAULT NULL, caldav_user varchar(255) DEFAULT NULL, caldav_pass varchar(1024) DEFAULT NULL, caldav_oauth_provider varchar(255) DEFAULT NULL, caldav_last_change timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, CONSTRAINT fk_caldav_calendars_user_id FOREIGN KEY (user_id) REFERENCES users(user_id) )�$5--�{tableical_attachmentsical_attachments7CREATE TABLE ical_attachments ( attachment_id integer NOT NULL PRIMARY KEY, event_id integer NOT NULL DEFAULT '0', filename varchar(255) NOT NULL DEFAULT '', mimetype varchar(255) NOT NULL DEFAULT '', size integer NOT NULL DEFAULT '0', data longtext NOT NULL, CONSTRAINT fk_ical_attachments_event_id FOREIGN KEY (event_id) REFERENCES ical_events(event_id) )�C#� triggerUpdateLastTimeForiCalEventsical_eventsCREATE TRIGGER UpdateLastTimeForiCalEvents AFTER UPDATE ON ical_events FOR EACH ROW BEGIN UPDATE ical_events SET ical_last_cha�t4C#� triggerUpdateLastTimeForiCalEventsical_eventsCREATE TRIGGER UpdateLastTimeForiCalEvents AFTER UPDATE ON ical_events FOR EACH ROW BEGIN UPDATE ical_events SET ical_last_change = CURRENT_TIMESTAMP WHERE event_id = old.event_id; ENDz3=#�!indexical_calendar_notify_idxical_events6CREATE INDEX ical_calendar_notify_idx ON ical_events(calendar_id,notifyat)         � ��k�s p � � t�_@//�mtablecp_schema_versioncp_schema_versionBCREATE TABLE `cp_schema_version` ( version_id integer NOT NULL PRIMARY KEY, version varchar(128) NOT NULL UNIQUE, applied datetime NOT NULL default '0000-00-00 00:00:00')AAU/indexsqlite_autoindex_cp_schema_version_1cp_schema_versionC�.?11�tablecaldav_attachmentscaldav_attachments@CREATE TABLE caldav_attachments ( attachment_id integer NOT NULL PRIMARY KEY, event_id integer NOT NULL DEFAULT '0', filename varchar(255) NOT NULL DEFAULT '', mimetype varchar(255) NOT NULL DEFAULT '', size integer NOT NULL DEFAULT '0', data longtext NOT NULL, CONSTRAINT fk_caldav_attachments_event_id FOREIGN KEY (event_id) REFERENCES caldav_events(event_id) )�>G'�triggerUpdateLastTimeForCalDAVEventscaldav_eventsCREATE TRIGGER UpdateLastTimeForCalDAVEvents AFTER UPDATE ON caldav_events FOR EACH ROW BEGIN UPDATE caldav_events SET caldav_last_change = CURRENT_TIMESTAMP WHERE event_id = old.event_id; END�=A'�)indexcaldav_calendar_notify_idxcaldav_events?CREATE INDEX caldav_calendar_notify_idx ON caldav_events(calendar_id,notifyat)q<7'�indexcaldav_recurrence_idxcaldav_events>CREATE INDEX caldav_recurrence_idx ON caldav_events(recurrence_id)X;)'oindexcaldav_uid_idxcaldav_events=CREATE INDEX caldav_uid_idx ON caldav_events(uid)9:M'indexsqlite_autoindex_caldav_events_1caldav_events< ���31.4.122022-04-07 05:38:4031.4.112021-11-18 05:37:58 ��� 1.4.12 1.4.11