Файловый менеджер - Редактировать - /home/gqdcvggs/etc/gqdcvggs.rcube.db
Назад
SQLite format 3 @ = � N � = ._� � h������� { Jl .N B ) �^ 33 �;gqdcvggslocalhost2024-02-09 16:32:492025-09-16 14:17:41fr_FRa:4:{s:11:"client_hash";s:16:"rFaFOApv5W2fYNOY";s:9:"junk_mbox";s:10:"INBOX.spam";s:12:"archive_mbox";s:13:"INBOX.Archive";s:15:"namespace_fixed";b:1;} � � gqdcvggslocalhost � � > 3 9 2024-02-09 16:32:49gqdcvggsgqdcvggs@rommedia.tech � � � � 9 gqdcvggs@rommedia.tech � F c ��� / �� h4��-� F �~�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' )d3!�indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j 7!� indexix_identities_user_ididentitiesCREATE 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' )�I3�Oindexix_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 )� O3�1indexix_contactgroupmembers_contact_idcontactgroupmembers CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)�33�]tablecontactgroupmemberscontactgroupmembersCREATE 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) )EY3 indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers 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 '' )b3�indexix_contacts_user_idcontactsCREATE 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_usernameusersCREATE 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(16), preferences text DEFAULT NULL ) w n o H<������K#�x��8 � � � � n G G o)�9tablesystemsystem,CREATE TABLE system ( name varchar(64) NOT NULL PRIMARY KEY, value text NOT NULL )�A'�Qtablefilestorefilestore*CREATE 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 )m;%�indexix_cache_shared_expirescache_shared CREATE 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_sharedP-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) ))= indexsqlite_autoindex_cache_1cacheA�-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_languagedictionaryCREATE 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 )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_1session 5�indexix_respon{(5�/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)v&?)�indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O) indexsqlite_autoindex_cache_messages_1cache_messages(�u$))�%tablecache_messagescache_messages'CREATE 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) )n#;%� indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K% indexsqlite_autoindex_cache_thread_1cache_thread%�(!%%�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) )j 9#�indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I# indexsqlite_autoindex_cache_index_1cache_index"�N##�ctablecache_indexcache_index!CREATE 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 K L Q O X W U T S R j��#H ���m��E $M9bf048ec19c1879a68252e89d8fd2948 $Mf72cdb82dfd6b885378036630a049d75$M002ae014e3a31ba23c058a8d3e0e6dbc$M38e7d60946305c14fc6698755f6113f0 $M2cd6b577fdf2880b66976d13aa68a8b3 $Mc52fe545436b7d7e7d1072beac3cf4de$Md109e73cef3a25252444539e8194741c$M4042430894ae9b96b8c85e57e2116bd8$M6007f4bbc1f646c41e3911b45056d36b$Me0467392284e9d156f4ed04678c3aa05$Me2ce8c0004364a97b6f8117770c46a07$Me647ec1927b22c132538e84cbba2608e#M ced56ff4fbd5419fefb9be44f874c5c6 � �����qYA)��� 32025-09-16 14:18:02 32025-09-06 20:16:5432025-09-06 10:59:2632025-07-28 09:36:49 32025-07-25 22:04:11 32025-07-25 22:02:1932025-03-28 19:36:4032024-04-24 13:19:0632024-03-12 18:56:5032024-03-09 15:37:1332024-03-07 15:20:5632024-02-15 19:51:183 2024-02-09 16:34:07 s �s�� -!libkolab-version2022122800$ ;!calendar-caldav-version2024082600& ?!calendar-database-version2024082600/!roundcube-version2022081200 � ���� -libkolab-version;calendar-caldav-version ?calendar-database-version / roundcube-version � � � � ��/�R � � � � � � � � ����g |K9+�!indexix_itipinvitations_uiditipinvitationsHCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=JQ+ indexsqlite_autoindex_itipinvitations_1itipinvitationsG�I++�mtableitipinvitationsitipinvitationsFCREATE 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) )�H##�itableattachmentsattachmentsECREATE 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) )�JG�otableeventseventsDCREATE 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) )^F/}indexcalendar_name_idxcalendars0CREATE UNIQUE INDEX calendar_name_idx ON calendars(name)�E�}tablecalendarscalendarsBCREATE 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) ) IW1 indexsqlite_autoindex_carddav_migrations_1carddav_migrationsC �Z11�atablecarddav_migrationscarddav_migrations=CREATE TABLE "carddav_migrations" ( id integer NOT NULL PRIMARY KEY, filename TEXT NOT NULL, processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP, UNIQUE(filename) ) � |C)�indexcarddav_groups_abook_id_idxcarddav_groups9CREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)�=I/�!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypes8CREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id) !O) indexsqlite_autoindex_carddav_groups_2carddav_groups@ =O) indexsqlite_autoindex_carddav_groups_1carddav_groups?A3U/ indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypes7 d//�qtablecarddav_xsubtypescarddav_xsubtypes6CREATE TABLE carddav_xsubtypes ( id integer NOT NULL PRIMARY KEY, typename VARCHAR(128) NOT NULL, subtype VARCHAR(128) NOT NULL, abook_id integer NOT NULL, FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE, UNIQUE(typename,subtype,abook_id) )+*? indexsqlite_autoindex_system_1system- � � � Default ��~H��|R! � � � E ��yK��� ( /30022-accountflags2025-07-25 22:02:15, 730021-addressbookflags2025-07-25 22:02:15/ =30020-distinctcolumnnames2025-07-25 22:02:15, 730019-accountentities32025-07-25 22:02:15, 730018-accountentities22025-07-25 22:02:15+ 530017-accountentities2025-07-25 22:02:154 G30016-increasetextfieldlengths2024-02-09 16:32:49/ =30015-fixmysqlconstraints2024-02-09 16:32:496 K30014-unifytimestampdefaultvalue2024-02-09 16:32:49> [30013-changemysqlcollationscasesensitive2024-02-09 16:32:49/ =30012-fixmysqlconstraints2024-02-09 16:32:493 E30011-unifymigrationsidcolumn2024-02-09 16:32:494 G30010-increasetextfieldlengths2024-02-09 16:32:49/ =30009-dropauthschemefield2024-02-09 16:32:49( /30008-unifyindexes2024-02-09 16:32:492 C30007-replaceurlplaceholders2024-02-09 16:32:49+ 530006-rmgroupsnotnull2024-02-09 16:32:493 E30005-changemysqlut8toutf8mb42024-02-09 16:32:494 G30004-fixtimestampdefaultvalue2024-02-09 16:32:494 G30003-fixtimestampdefaultvalue2024-02-09 16:32:494 G30002-increasetextfieldlengths2024-02-09 16:32:49& +30001-categories2024-02-09 16:32:49" #30000-dbinit2024-02-09 16:32:49 �f 9�� |K9+�!indexix_itipinvitations_uiditipinvitationsHCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=JQ+ indexsqlite_autoindex_itipinvitations_1itipinvitationsGCCW1 indexsqlite_autoindex_carddav_migrations_1carddav_migrationsC�I++�mtableitipinvitationsitipinvitationsFCREATE 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) )�H##�itableattachmentsattachmentsECREATE 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) )�JG�otableeventseventsDCREATE 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) )^F/}indexcalendar_name_idxcalendars0CREATE UNIQUE INDEX calendar_name_idx ON calendars(name)�E�}tablecalendarscalendarsBCREATE 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) ) � � Defaultcc0000database ����wV=����^: � � � � � w a /0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints E0011-unifymigrationsidcolumn!G0010-increasetextfieldlengths=0009-dropauthschemefield /0008-unifyindexes C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories# 0000-dbinit � a )! cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/gqdcvggs/addressbook/h��1733957750 c Q �K �p ��u M� � ��= �� Q �ol--�tablekolab_cache_filekolab_cache_filelCREATE 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) )xk1-�indexix_note_uid2msguidkolab_cache_notekCREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)�Ii--�Etablekolab_cache_notekolab_cache_noteiCREATE 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) )�h73�+indexix_journal_uid2msguidkolab_cache_journalgCREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)�oc--�tablekolab_cache_taskkolab_cache_taskbCREATE 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) )|b3/�#indexix_event_uid2msguidkolab_cache_eventaCREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)�r`//�tablekolab_cache_eventkolab_cache_event_CREATE TABLE kolab_cache_event ( 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) )�_73�+indexix_contact_uid2msguidkolab_cache_contact^CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r^+3�indexix_contact_typekolab_cache_contact]CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)�p\33�tablekolab_cache_contactkolab_cache_contact[CREATE TABLE kolab_cache_contact ( 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, type VARCHAR(32) NOT NULL, name VARCHAR(255) NOT NULL, firstname VARCHAR(255) NOT NULL, surname VARCHAR(255) NOT NULL, email VARCHAR(255) NOT NULL, PRIMARY KEY(folder_id,msguid) ) ,I;�7triggercaldav_calendars_merged_ins?jS- indexsqlite_autoindex_kolab_cache_note_1kolab_cache_notejEgY3 indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journalf�xf33�tablekolab_cache_journalkolab_cache_journaleCREATE 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) )xe1-�indexix_task_uid2msguidkolab_cache_taskdCREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?dS- indexsqlite_autoindex_kolab_cache_task_1kolab_cache_taskcAaU/ indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event`E]Y3 indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact\r[-/�indexix_resource_typekolab_folders_oldZCREATE INDEX ix_resource_type ON "kolab_folders_old"(resource, type)�JZ//�Ctablekolab_folders_oldkolab_folders_oldYCREATE TABLE "kolab_folders_old" ( folder_id INTEGER NOT NULL PRIMARY KEY, resource VARCHAR(255) NOT NULL, type VARCHAR(32) NOT NULL, synclock INTEGER NOT NULL DEFAULT '0', ctag VARCHAR(40) DEFAULT NULL, changed DATETIME DEFAULT NULL, objectcount INTEGER DEFAULT NULL )fY5�indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del) � �>