Your IP : 3.15.15.31


Current Path : /home/ncdcgo/etc/ncdc.go.ug/
Upload File :
Current File : /home/ncdcgo/etc/ncdc.go.ug/adramunguni.henry.rcube.db.latest

SQLite format 3@  ddLd._�S�������.�#��%��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_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)
)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 '',I�MA�B1�6��Z





�l��������
���tablecalendarscalendars*CREATE TABLE calendars (
  calendar_id integer NOT �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)
)���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 Nf�/�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
)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_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)
)|_9+�!indexix_itipinvitations_uiditipinvitations0CREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=^Q+indexsqlite_autoindex_itipinvitations_1itipinvitations/�]++�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)
)�\##�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)
)
















��
�
o	�	J'�
>
�;�????????????<n3%�
indexix_contacts_user_idold_contactsCREATE INDEX ix_contacts_user_id ON "old_contacts"(user_id, del)?%%�gtableold_contactsold_contactsCREATE TABLE "old_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 NO�M�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)
)��%%�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)
)
9#�indexix_cache_index_expirescache_index CREATE INDEX ix_cache_index_expires ON cache_index (expires)
�I#indexsqlite_autoindex_cache_index_1cache_index
_##�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)
)
U3!�indexix_identities_ema�	A%�9i)T=indexsqlite_autoindex_cache_1cache-RAindexsqlite_autoindex_session_1session
�?)�indexix_cache_messages_expirescache_messagesCREATE INDEX ix_cache_messages_expires ON cache_messages (expires)
O)indexsqlite_autoindex_cache_messages_1cache_messages%
�))�tablecache_messagescache_messages$CREATE TABLE cache_mes�Z�ytablecalendarscalendars*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', driver varchar(255) NOT NULL default 'database',
  CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id)
    REFERENCES users(user_id)
)A&U/indexsqlite_autoindex_cp_schema_version_1cp_schema_version)�_%//�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')+$?indexsqlite_autoindex_system_1system'o#�9tablesystemsystem&CREATE TABLE system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
)
�.A�-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)r�tablesearchessearchesCREATE TABLE searches (
  search_id integer NOT NULL PRIMARY KEY,
  user_id integer NOT NULL DEFAULT '0',
  "type" smallint NOT NULL DEFAULT YY1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)mX;%�indexix_cache_shared_expirescache_sharedCREATE INDEX ix_cache_shared_expires ON cache_shared(expires)7WK%indexsqlite_autoindex_cache_shared_1cache_shared�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)
)0-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)��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)
)�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
)

�
�
�1�
	�	8��-�D��C#�
tri�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
)i5�indexix_responses_user_idresponsesGCREATE INDEX ix_responses_user_id ON responses(user_id, del)�~��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_emailidentitiesDCREATE 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�!!�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'
)��I3�Oindexix_collected_addresses_user_idcollected_addressesECREATE 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_idcontactgroupmembersJCREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)E�Y3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers��33�atablecontactgroupmemberscontactgroupmembersCREATE 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 ''
)b�3�indexix_contacts_user_idcontactsHCREATE 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 ''
)












s�s��J!#-!libkolab-version2022122800$);!calendar-caldav-version2024082600&(?!calendar-database-version2024082600/!roundcube-version2022081200
�����6c-libkolab-version#;calendar-caldav-version)?calendar-database-version(/roundcube-version

o����jL-����o31.6.0.72023-04-22 18:06:4331.5.2.62023-03-06 18:04:0431.5.2.52023-02-14 05:21:0231.5.2.12022-12-02 18:09:1231.4.122022-03-21 20:12:5231.4.112021-11-05 07:34:1231.4.102021-01-08 01:04:4131.4.82020-10-07 01:02:0731.4.72020-08-31 01:02:5631.4.62020-07-09 01:02:46
31.4.42020-06-10 01:04:19	31.3.82020-05-13 01:01:4631.3.72019-02-21 00:05:41

t������������t1.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�4�}�TbY	�� C!�/indexix_dictionary_user_languagedictionaryFCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language){5�indexix_responses_user_idr�S�1--�Ytablecaldav_calendarscaldav_calendarsBCREATE TABLE "caldav_calendars" (
  id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL,
  readonly tinyint(1�)�6;;�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'v�0?)�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_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)
)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)5�)I#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)
)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)
))�&=indexsqlite_autoindex_cache_1cache~	{�$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
)�"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
)��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'
)













GGGGGG9G77654G7

	��6
�
s7
�
:��%2I;�ctriggercaldav_calendars_merged_deletecaldav_calendars_mergedCREATE TRIGGER caldav_calendars_merged_delete
  INSTEAD OF DELETE ON caldav_calendars_merged
  BEGIN
    DELETE FROM calendars WHERE calendar_id=OLD.calendar_id;
    DELETE FROM caldav_calendars WHERE calendar_id=OLD.calendar_id;
  END8I;�Wtriggercaldav_calendars_merged_insertcaldav_calendars_mergedCREATE TRIGGER caldav_calendars_merged_insert
  INSTEAD OF INSERT ON caldav_calendars_merged
  BEGIN
    INSERT INTO calendars (calendar_id, user_id, name, color, showalarms, driver)
      VALUES (NEW.calendar_id, NEW.user_id, NEW.name, NEW.color, NEW.showalarms, NEW.driver);
    INSERT INTO caldav_calendars (calendar_id, readonly, caldav_url, caldav_tag, caldav_user, caldav_pass, caldav_oauth_provider, caldav_last_change)
      VALUES ((SELECT calendar_id FROM calendars ORDER BY calendar_id DESC LIMIT 1), NEW.readonly, NEW.caldav_url, NEW.caldav_tag, NEW.caldav_user, NEW.caldav_pass, NEW.caldav_oauth_provider, coalesce(NEW.caldav_last_change,CURRENT_TIMESTAMP));
  ENDL;;�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'	�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;
  END9�4M'indexsqlite_autoindex_caldav_events_1caldav_eventsL�''�Qtablecaldav_eventscaldav_eventsKCREATE TABLE "caldav_events" (
  event_id integer NOT NULL PRIMARY KEY,
  calendar_id integer NOT NULL,
  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 NO�r�B//�tablekolab_cache_eventkolab_cache_event9CREATE 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)
)��A73�+indexix_contact_uid2msguidkolab_cache_contact8CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r�@+3�indexix_contact_typekolab_cache_contact7CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)E�?Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact6�p�>33�tablekolab_cache_contactkolab_cache_contact5CREATE 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)
)r�=-/�indexix_resource_typekolab_folders_old4CREATE INDEX ix_resource_type ON "kolab_folders_old"(resource, type)�J�<//�Ctablekolab_folders_oldkolab_folders_old3CREATE 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
)f�;5�indexix_responses_user_idresponses2CREATE INDEX ix_responses_user_id ON responses(user_id, del)^�:/}indexcalendar_name_idxcalendars-CREATE UNIQUE INDEX calendar_name_idx ON calendars(name)







^���K
�T���^
O�//�Ctablekolab_folders_oldkolab_folders_old3CREATE 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
)
O�-'�indexix_resource_typekolab_folders4CREATE INDEX ix_resource_type ON "kolab_folders_old"(resource, type)
OF''�Ctablekolax�M1-�indexix_note_uid2msguidkolab_cache_notePCREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?�LS-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_noteO\u-/�indexix_resource_typekolab_folders_old4CREATE INDEX ix_resource_type ON "kolab_folders_old"(resource, type)�I�K--�Etablekolab_cache_notekolab_cache_noteNCREATE 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)
)|�D3/�#indexix_event_uid2msguidkolab_cache_event;CREATE INDEX ix_event_uid2msguid ON kolab_cache_event(folder_id,uid,msguid)v//�tablekolab_cache_eventkolab_cache_event9CREATE 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)
)A�CU/indexsqlite_autoindex_kolab_cache_event_1kolab_cache_event:n73�+indexix_contact_uid2msguidkolab_cache_contact8CREATE INDEX ix_contact_uid2msguid ON kolab_cache_contact(folder_id,uid,msguid)r�@+3�indexix_contact_typekolab_cache_contact7CREATE INDEX ix_contact_type ON kolab_cache_contact(folder_id,type)q33�tablekolab_cache_contactkolab_cache_contact5CREATE 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)
)E�?Y3indexsqlite_autoindex_kolab_cache_contact_1kolab_cache_contact65-'�	indexix_resource_typekolab_folders4CREATE INDEX ix_resource_type ON kolab_folders(resource, type)f�;5�indexix_responses_user_idresponses2CREATE INDEX ix_responses_user_id ON responses(user_id, del)^�:/}indexcalendar_name_idxcalendars-CREATE UNIQUE INDEX calendar_name_idx ON calendars(name)��J73�+indexix_journal_uid2msguidkolab_cache_journalMCREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E�IY3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journal?�x�H33�tablekolab_cache_journalkolab_cache_journalGCREATE 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)
)x�G1-�indexix_task_uid2msguidkolab_cache_task>CREATE INDEX ix_task_uid2msguid ON kolab_cache_task(folder_id,uid,msguid)?�FS-indexsqlite_autoindex_kolab_cache_task_1kolab_cache_task=�o�E--�tablekolab_cache_taskkolab_cache_task<CREATE 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)
)

K@B






m�K
�
W�~
�
P�����#�T��m;��`''�qtablekolab_folderskolab_foldersdCREATE TABLE kolab_folders (
  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(128) DEFAULT NULL,
  changed DATETIME DEFAULT NULL
)G�_[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskc�|�^55�tablekolab_cache_dav_taskkolab_cache_dav_taskbCREATE TABLE kolab_cache_dav_task (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) 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, uid)
)I�]]7indexsqlite_autoindex_kolab_cache_dav_event_1kolab_cache_dav_eventa��\77�tablekolab_cache_dav_eventkolab_cache_dav_event`CREATE TABLE kolab_cache_dav_event (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) 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, uid)
)��[3;�%indexix_contact_type_davkolab_cache_dav_contact_CREATE INDEX ix_contact_type_dav ON kolab_cache_dav_contact(folder_id, type)M�Za;indexsqlite_autoindex_kolab_cache_dav_contact_1kolab_cache_dav_contact^�}�Y;;�tablekolab_cache_dav_contactkolab_cache_dav_contact]CREATE TABLE kolab_cache_dav_contact (
  folder_id INTEGER NOT NULL,
  uid VARCHAR(512) NOT NULL,
  etag VARCHAR(128) 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, uid)
)��X95�/indexix_freebusy_uid2msguidkolab_cache_freebusy\CREATE INDEX ix_freebusy_uid2msguid ON kolab_cache_freebusy(folder_id,uid,msguid)G�W[5indexsqlite_autoindex_kolab_cache_freebusy_1kolab_cache_freebusy[�{�V55�tablekolab_cache_freebusykolab_cache_freebusyZCREATE TABLE kolab_cache_freebusy (
  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)
)��UC?�Cindexix_configuration_uid2msguidkolab_cache_configurationYCREATE INDEX ix_configuration_uid2msguid ON kolab_cache_configuration(folder_id,uid,msguid)�
�T7?�+indexix_configuration_typekolab_cache_configurationXCREATE INDEX ix_configuration_type ON kolab_cache_configuration(folder_id,type)Q�Se?indexsqlite_autoindex_kolab_cache_configuration_1kolab_cache_configurationW��R??�tablekolab_cache_configurationkolab_cache_configurationVCREATE TABLE kolab_cache_configuration (
  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,
  PRIMARY KEY(folder_id,msguid)
)x�Q1-�indexix_file_uid2msguidkolab_cache_fileUCREATE INDEX ix_file_uid2msguid ON kolab_cache_file(folder_id,uid,msguid)v�P1-�indexix_folder_filenamekolab_cache_fileTCREATE INDEX ix_folder_filename ON kolab_cache_file(folder_id,filename)?�OS-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileR�o�N--�tablekolab_cache_filekolab_cache_fileQCREATE 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)
)