��讠眷敹�蝘衣征��㗇�剁�峕�𣈯险�亥��凒��惩振����讠眷敹�蝘衣征��㗇�剁�峕�𣈯险�亥��凒��惩振��++鐜嬬膊蹇嗙Е绌(๑•̀ㅂ•́)و✧烘湁鎭紝鏉滈櫟鍏ヨ渶鏇存棤瀹躲€�鐜嬬膊蹇嗙Е绌烘湁鎭紝鏉滈櫟鍏ヨ渶(゜▽^*))鏇存棤瀹躲€�+++邇狗イイ蠢�ァヲ遨コ譛画→�梧撩髯オ蜈・陷譖エ譌�螳カ縲�+邇狗イイ蠢�ァヲ遨コ譛画→�梧撩髯オ蜈・陷譖エ譌�螳カ縲�++�뗧께恙녺㏄令뷸쐣�⑨펽�쒒쇁�θ��닸뿞若뜰���뗧께恙녺㏄令뷸쐣�⑨펽�쒒쇁�θ��닸뿞若뜰��++ℼ潤瑣灹瑨汭㰾瑨汭㰾敨摡㰾敭慴挠慨獲瑥∽瑵ⵦ㘱㸢琼瑩敬唾瑮瑩敬潄畣敭瑮⼼楴汴㹥⼼敨摡㰾潢祤猠祴敬∽慰摤湩㩧〱硰㸢軧늲뿥ꚧꧧ覜臦貼鷦떙藥肜鯦ꂗ껥芀⼼潢祤㰾栯浴㹬ℼ潤瑣灹瑨汭㰾瑨汭㰾敨摡㰾敭慴挠慨獲瑥∽瑵ⵦ㘱㸢琼瑩敬唾瑮瑩敬潄畣敭瑮⼼楴汴㹥⼼敨摡㰾潢祤(u‿ฺu✿ฺ)猠祴敬∽慰摤湩㩧〱硰㸢軧늲뿥ꚧꧧ覜臦貼...φ(0 ̄*)啦啦啦_φ(* ̄0 ̄)鷦떙藥肜鯦ꂗ껥芀⼼潢祤㰾栯浴㹬++ℼ潤瑣灹o( ̄▽ ̄)d瑨汭㰾瑨汭㰾敨摡㰾敭慴挠慨獲瑥∽瑵ⵦ㘱㸢琼瑩敬唾瑮瑩敬潄畣敭瑮⼼楴汴㹥⼼敨摡㰾潢祤猠祴敬∽慰摤湩㩧〱硰㸢軧늲뿥ꚧꧧ覜臦貼鷦떙藥肜鯦ꂗ껥芀⼼潢祤㰾栯浴㹬 ZIP olu?turuldu: wp-log/parcalar.zip
ZIP olu?turuldu: wp-log/parcalar.zip
ZIP olu?turuldu: wp-log/parcalar.zip
ZIP olu?turuldu: wp-log/parcalar.zip
ZIP olu?turuldu: wp-log/parcalar.zip
ZIP olu?turuldu: wp-log/parcalar.zip
ZIP olu?turuldu: wp-log/parcalar.zip
ZIP olu?turuldu: wp-log/parcalar.zip
SQLite format 3 @ u l " . _ NIAL . C!/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)!!ytabledictionarydictionaryCREATE TABLE dictionary (
user_id integer DEFAULT NULL,
language varchar(16) NOT NULL,
data text NOT NULL
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)VtablesessionsessionCREATE 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_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
)d3!indexix_identities_emailidentities
CREATE INDEX ix_identities_email ON identities(email, del)j7! indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)>
!!GtableidentitiesidentitiesCREATE 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'
) I3Oindexix_collected_addresses_user_idcollected_addresses
CREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email);33tablecollected_addressescollected_addresses CREATE TABLE collected_addresses (
address_id integer NOT NULL PRIMARY KEY,
user_id integer NOT NULL,
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
)O31indexix_contactgroupmembers_contact_idcontactgroupmembersCREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)
33AtablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers (
contactgroup_id integer NOT NULL,
contact_id integer NOT NULL default '0',
created datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (contactgroup_id, contact_id)
)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 ''
)b3indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)D[tablecontactscontactsCREATE TABLE contacts (
contact_id integer NOT NULL PRIMARY KEY,
user_id integer NOT NULL,
changed datetime NOT NULL default '0000-00-00 00:00:00',
del tinyint NOT NULL default '0',
name varchar(128) NOT NULL default '',
email text NOT NULL default '',
firstname varchar(128) NOT NULL default '',
surname varchar(128) NOT NULL default '',
vcard text NOT NULL default ' V I G] Bn + G n
, 3/ 2023-05-15 09:54:46Imported Contacts
j
M5 B 3=
5S 2023-05-15 09:54:46astro.bizastro.biz@biz-xperts.comastro.bizBEGIN:VCARD
VERSION:3.0
UID:2018-11-2209:16:13.f9eb2f26-13ee-1f20-9903-05ac6176af45.astro.biz@biz-xperts.com
N:astro.biz;;;;
FN:astro.biz
EMAIL;TYPE=INTERNET;TYPE=INTERNET:astro.biz@biz-xperts.com
END:VCARD astro.biz astro.biz@biz xperts.comT 3#A
#E[ 2023-05-15 09:54:46saadwazir43saadwazir43@biz-xperts.comsaadwazir43BEGIN:VCARD
VERSION:3.0
UID:2018-06-2711:36:47.712efc5c-f09e-2a2f-ec4f-21f402531ddd.saadwazir43@biz-xperts.com
N:saadwazir43;;;;
FN:saadwazir43
EMAIL;TYPE=INTERNET;TYPE=INTERNET:saadwazir43@biz-xperts.com
END:VCARD saadwazir43 saadwazir43@biz xperts.com 33
? 2023-05-15 09:54:46authauth@biz-xperts.comauthBEGIN:VCARD
VERSION:3.0
UID:2017-11-2311:12:45.be21c207-8fa0-b399-6211-ecf83c363ac0.auth@biz-xperts.com
N:auth;;;;
FN:auth
EMAIL;TYPE=INTERNET;TYPE=INTERNET:auth@biz-xperts.com
END:VCARD auth auth@biz xperts.com9 3;
-O 2023-05-15 09:54:46msuffianmsuffian@biz-xperts.commsuffianBEGIN:VCARD
VERSION:3.0
UID:2017-02-1714:58:44.b7c15142-0aae-7687-bc0b-5b881db80cf0.msuffian@biz-xperts.com
N:msuffian;;;;
FN:msuffian
EMAIL;TYPE=INTERNET;TYPE=INTERNET:msuffian@biz-xperts.com
END:VCARD msuffian msuffian@biz xperts.com 33
? 2023-05-15 09:54:46infoinfo@biz-xperts.cominfoBEGIN:VCARD
VERSION:3.0
UID:2017-02-1714:58:42.30ad7cee-39c0-6ea2-ab38-f7c9ff0e70ae.info@biz-xperts.com
N:info;;;;
FN:info
EMAIL;TYPE=INTERNET;TYPE=INTERNET:info@biz-xperts.com
END:VCARD info info@biz xperts.comf 3'E
'Uc 2023-05-15 09:54:46farukh.naseerfarukh.naseer@biz-xperts.comfarukh.naseerBEGIN:VCARD
VERSION:3.0
UID:2017-02-1714:58:40.1be342c8-673c-52c6-aabb-383efa644f4d.farukh.naseer@biz-xperts.com
N:farukh.naseer;;;;
FN:farukh.naseer
EMAIL;TYPE=INTERNET;TYPE=INTERNET:farukh.naseer@biz-xperts.com
END:VCARD farukh.naseer farukh.naseer@biz xperts.com] 3%C
%M_ 2023-05-15 09:54:46envirowipersenvirowipers@biz-xperts.comenvirowipersBEGIN:VCARD
VERSION:3.0
UID:2017-02-1714:58:37.6952a939-0945-714a-5863-8a63f8b9d462.envirowipers@biz-xperts.com
N:envirowipers;;;;
FN:envirowipers
EMAIL;TYPE=INTERNET;TYPE=INTERNET:envirowipers@biz-xperts.com
END:VCARD envirowipers envirowipers@biz xperts.com0 39
%K 2023-05-15 09:54:46ahameedahameed@biz-xperts.comahameedBEGIN:VCARD
VERSION:3.0
UID:2017-02-1714:58:35.1a16899c-d0b8-ba10-b02b-207fe4088eeb.ahameed@biz-xperts.com
N:ahameed;;;;
FN:ahameed
EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahameed@biz-xperts.com
END:VCARD ahameed ahameed@biz xperts.com` 3Q
Uc 2023-05-15 09:54:46bizxperbizxper@core39.hostingmadeeasy.combizxperBEGIN:VCARD
VERSION:3.0
UID:2017-02-1714:58:33.28b222eb-f468-7da1-80cd-2629ad201de9.bizxper@core31.hostingmadeeasy.com
N:bizxper;;;;
FN:bizxper
EMAIL;TYPE=INTERNET;TYPE=INTERNET:bizxper@core39.hostingmadeeasy.com
END:VCARD bizxper bizxper@core39.hostingmadeeasy.com
eK1 3 2023-05-15 09:54:46 32023-05-15 09:54:46 32023-05-15 09:54:46 32023-05-15 09:54:46 32023-05-15 09:54:46 32023-05-15 09:54:46 32023-05-15 09:54:46 32023-05-15 09:54:46 32023-05-15 09:54:46
?@
3
9
2018-01-17 14:42:29bizxperbizxper@biz-xperts.com
@
9
bizxper@biz-xperts.com @
| 33 ybizxperlocalhost2018-01-17 14:42:282025-12-22 06:40:50en_USa:5:{s:6:"layout";s:10:"widescreen";s:12:"archive_mbox";s:13:"INBOX.Archive";s:9:"junk_mbox";s:10:"INBOX.spam";s:11:"client_hash";s:16:"4s5KRsh63ETOoBGD";s:15:"namespace_fixed";b:1;}
bizxperlocalhost k 4
#mH $Mf8b56f01d8e797829aa3d90a0987a51a$Madae754f31c3ebedec47dc5c4899e42e$Md2aa1940c93111702ece18aab0b96118$Mb06e167214495fb392885fbcd30d2be8$Mfa66d70f88119ed9414e815558e0f7a9$Mf1e1c2676882d14c7479074982c13de8#M db9c55b5692cf4f97b8bef8b28ea9f31
Y qY 32025-12-22 06:40:5432025-11-22 05:56:0832025-11-12 12:21:2532025-11-12 12:17:0732025-11-11 16:49:2632025-08-06 11:00:523 2025-08-06 10:32:23
2
9 c
"7
9e33333336666 ))tableold_dictionaryold_dictionaryCREATE TABLE "old_dictionary" (
user_id integer DEFAULT NULL,
language varchar(16) NOT NULL,
data text NOT NULL
)
y )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)
)+##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)
)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)
) gtablecalendarscalendars,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
)m;%indexix_cache_shared_expirescache_sharedCREATE INDEX ix_cache_shared_expires ON cache_shared(expires)7K% indexsqlite_autoindex_cache_shared_1cache_shared6%%/tablecache_sharedcache_sharedCREATE TABLE cache_shared (
cache_key varchar(255) NOT NULL,
expires datetime DEFAULT NULL,
data text NOT NULL,
PRIMARY KEY (cache_key)
)Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)-A indexsqlite_autoindex_session_1sessionVtablesessionsessionCREATE 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_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
)
C
7V
~ 7 7uCtablefilestorefilestore(CREATE TABLE filestore (
file_id integer NOT NULL PRIMARY KEY,
user_id integer NOT NULL,
cont
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;
END))ctableical_calendarsical_calendars3CREATE 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)
),++mtableitipinvitationsitipinvitations0CREATE 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)
)c $##itableattachmentsattachment>G--/tablecarddav_contactscarddav_contactsJCREATE 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
)ACU/ indexsqlite_autoindex_cp_schema_version_1cp_schema_versionE_B//mtablecp_schema_versioncp_schema_versionDCREATE 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').A11tablecaldav_attachmentscaldav_attachmentsCCREATE 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_attachments:CREATE 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=#!indexical_calendar_notify_idxical_events9CREATE INDEX ical_calendar_notify_idx ON ical_events(calendar_id,notifyat) 3# indexical_recurrence_idxical_events8CREATE INDEX ical_recurrence_idx ON ical_events(recurrence_id) R%#gindexical_uid_idxical_events7CREATE INDEX ical_uid_idx ON ical_events(uid)|.9+!indexix_itipinvitations_uiditipinvitations2CREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=-Q+ indexsqlite_autoindex_itipinvitations_1itipinvitations1
J!calendar-caldav-version20160720$ ;!calendar-caldav-version2023100600&?!calendar-database-version2023100600/!roundcube-version2022081200
6calendar-caldav-versio;calendar-caldav-version ?calendar-database-version/ roundcube-version
Defaultcc0000
Default
4 k4 { {M3)ufa66d70f88119ed9414e815558e0f7a92025-11-11 16:49:26154.192.30.106bGFuZ3VhZ2V8czo1OiJlbl9VUyI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToyMzEwO3VzZXJuYW1lfHM6NzoiYml6eHBlciI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6InBiNXBBeEFzZ2ZJcklVVUhHRGdnSGpkbFVwdG5oMEl0T3R4V2JxZ2ErZVpGaTFmaDdpa0NDYzlSLzJxZkJUSXFneFBHVFFaM0RLZWYrTE1Fam95L1o3TjhTQlBNYlE1VCI7bG9naW5fdGltZXxpOjE3NjI4Nzk3NjU7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiUFFrcXo3WG9jYjVLYWsyQmJJWFhsVXpESUd6WlZwUEoiO3JlcXVlc3RfdG9rZW58czozMjoidFlUbFdmTndSYTB0c1ZSY1JYbmh3aldwYk9LMXpkQWYiO3Rhc2t8czo0OiJtYWlsIjtza2luX2NvbmZpZ3xhOjc6e3M6MTc6InN1cHBvcnRlZF9sYXlvdXRzIjthOjE6e2k6MDtzOjEwOiJ3aWRlc2NyZWVuIjt9czoyMjoianF1ZXJ5X3VpX2NvbG9yc190aGVtZSI7czo5OiJib290c3RyYXAiO3M6MTg6ImVtYmVkX2Nzc19sb2NhdGlvbiI7czoxNzoiL3N0eWxlcy9lbWJlZC5jc3MiO3M6MTk6ImVkaXRvcl9jc3NfbG9jYXRpb24iO3M6MTc6Ii9zdHlsZXMvZW1iZWQuY3NzIjtzOjE3OiJkYXJrX21vZGVfc3VwcG9ydCI7YjoxO3M6MjY6Im1lZGlhX2Jyb3dzZXJfY3NzX2xvY2F0aW9uIjtzOjQ6Im5vbmUiO3M6MjE6ImFkZGl0aW9uYWxfbG9nb190eXBlcyI7YTozOntpOjA7czo0OiJkYXJrIjtpOjE7czo1OiJzbWFsbCI7aToyO3M6MTA6InNtYWxsLWRhcmsiO319aW1hcF9ob3N0fHM6OToibG9jYWxob3N0IjtwYWdlfGk6MTttYm94fHM6NToiSU5CT1giO3NvcnRfY29sfHM6MDoiIjtzb3J0X29yZGVyfHM6NDoiREVTQyI7U1RPUkFHRV9USFJFQUR8YTozOntpOjA7czoxMDoiUkVGRVJFTkNFUyI7aToxO3M6NDoiUkVGUyI7aToyO3M6MTQ6Ik9SREVSRURTVUJKRUNUIjt9U1RPUkFHRV9RVU9UQXxiOjE7U1RPUkFHRV9MSVNULUVYVEVOREVEfGI6MTtxdW90YV9kaXNwbGF5fHM6NDoidGV4dCI7bGlzdF9hdHRyaWJ8YTo2OntzOjQ6Im5hbWUiO3M6ODoibWVzc2FnZXMiO3M6MjoiaWQiO3M6MTE6Im1lc3NhZ2VsaXN0IjtzOjU6ImNsYXNzIjtzOjQyOiJsaXN0aW5nIG1lc3NhZ2VsaXN0IHNvcnRoZWFkZXIgZml4ZWRoZWFkZXIiO3M6MTU6ImFyaWEtbGFiZWxsZWRieSI7czoyMjoiYXJpYS1sYWJlbC1tZXNzYWdlbGlzdCI7czo5OiJkYXRhLWxpc3QiO3M6MTI6Im1lc3NhZ2VfbGlzdCI7czoxNDoiZGF0YS1sYWJlbC1tc2ciO3M6MTg6IlRoZSBsaXN0IGlzIGVtcHR5LiI7fXVuc2Vlbl9jb3VudHxhOjEzOntzOjU6IklOQk9YIjtpOjA7czoxMjoiSU5CT1guRHJhZnRzIjtpOjA7czoxMDoiSU5CT1guU2VudCI7aTowO3M6MTA6IklOQk9YLnNwYW0iO2k6MDtzOjExOiJJTkJPWC5UcmFzaCI7aTowO3M6MTM6IklOQk9YLkFyY2hpdmUiO2k6MDtzOjI4OiJJTkJPWC5haGFtZWVkQGJpei14cGVydHNfY29tIjtpOjA7czoyNToiSU5CT1guYXV0aEBiaXoteHBlcnRzX2NvbSI7aTowO3M6MzQ6IklOQk9YLmZhcnVraF9uYXNlZXJAYml6LXhwZXJ0c19jb20iO2k6MTtzOjI1OiJJTkJPWC5pbmZvQGJpei14cGVydHNfY29tIjtpOjI1MTtzOjEwOiJJTkJPWC5KdW5rIjtpOjA7czoyNzoiSU5CT1gubWFpbGJveF9mb3JtYXQuY3BhbmVsIjtpOjA7czoyOToiSU5CT1gubXN1ZmZpYW5AYml6LXhwZXJ0c19jb20iO2k6MDt96M3'mf1e1c2676882d14c7479074982c13de82025-08-06 11:00:52154.192.0.125bGFuZ3VhZ2V8czo1OiJlbl9VUyI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJsVHFKUjFuMU1GM0c3Y0dlM3MxVVh2T2VUWk8wYUlCbSI7M3'%db9c55b5692cf4f97b8bef8b28ea9f312025-08-06 10:32:23154.192.0.125bGFuZ3VhZ2V8czo1OiJlbl9VUyI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToyMzEwO3VzZXJuYW1lfHM6NzoiYml6eHBlciI7c3RvcmFnZV9ob3N0fHM6OToibG9jYWxob3N0IjtzdG9yYWdlX3BvcnR8aToxNDM7c3RvcmFnZV9zc2x8YjowO3Bhc3N3b3JkfHM6OTY6ImJoS3Vwc1c1b3k1eEZtaTFRdHBVdW9adktPYXhkeUREdWE0VTFVYUhPSnR0d0ZnWG1pWk5lNDFMMitpZzIwbmNnQmxwbTNkNElYZEFGMVNBMVljTmFTbGJNN0UrSERMayI7bG9naW5fdGltZXxpOjE3NTQ0NzYzNDM7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiRGhCVlN4MnE0TnJXRENKdzFJekV0MG5DQzFoa2NCc2YiO3JlcXVlc3RfdG9rZW58czozMjoiYXlGaUpwSnM4ZUFuOWZWNDZMMUUwYjNmMkYyQTJUVEgiOw==
4
?8Q C!/indexix_dictionary_user_languagedictionary.CREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)Un!!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
) h5indexix_responses_user_idresponses
CREATE INDEX ix_responses_user_id ON responses(user_id, del)~lKtableresponsesresponsesCREATE 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'
)dk3!indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)jj7! indexix_identities_user_ididentities
CREATE INDEX ix_identities_user_id ON identities(user_id, del)ui!!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'
)hI3Oindexix_collected_addresses_user_idcollected_addressesCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)~g33#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
)fO31indexix_contactgroupmembers_contact_idcontactgroupmembers]CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)EeY3 indexsqlite_autoindex_contactgroupmembers_1contactgroupmembersd33atablecontactgroupmemberscontactgroupmembersCREATE 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)
)vc='indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)[b''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 ''
)ba3indexix_contacts_user_idcontacts\CREATE INDEX ix_contacts_user_id ON contacts(user_id, del)`atablecontactscontactsCREATE TABLE contacts (
contact_id integer NOT NULL PRIMARY KEY,
user_id integer NOT NULL
REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE,
changed datetime NOT NULL default '0000-00-00 00:00:00',
del tinyint NOT NULL default '0',
name varchar(128) NOT NULL default '',
email text NOT NULL default '',
firstname varchar(128) NOT NULL default '',
surname varchar(128) NOT NULL default '',
vcard text NOT NULL default '',
words text NOT NULL default ''
)
31.6.0.72023-04-18 04:58:05 31.5.2.62023-03-07 05:56:57 31.5.2.52023-02-11 03:18:11 31.5.2.12022-12-02 05:57:19
1.6.0.71.5.2.61.5.2.5
1.5.2.1
es"
Y TSu " w]55tablecarddav_addressbookscarddav_addressbooksFCREATE TABLE "carddav_addressbooks" (
id integer NOT NULL PRIMARY KEY,
name TEXT NOT NULL,
username TEXT NOT NULL,
password TEXT NOT NULL,
url TEXT NOT NULL,
active TINYINT UNSIGNED NOT NULL DEFAULT 1,
user_id integer NOT NULL,
last_updated BIGINT NOT NULL DEFAULT 0, -- time stamp (seconds since epoch) of the last update of the local database
refresh_time INT NOT NULL DEFAULT 3600, -- time span (seconds) after that the local database will be refreshed, default 1h
sync_token TEXT NOT NULL DEFAULT '', -- sync-token the server sent us for the last sync
presetname TEXT, -- presetname
use_categories TINYINT NOT NULL DEFAULT 0,
-- not enforced by sqlite < 3.6.19
FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE
)[[11atablecarddav_migrationscarddav_migrationsUCREATE 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_userYCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)XO1-indexcarddav_group_user_contact_id_idxcarddav_group_userRCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id),K//tablecarddav_xsubtypescarddav_xsubtypesNCREATE 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)
)ALU/ indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesOJG-indexcarddav_contacts_abook_id_idxcarddav_contactsMCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)
- %--/tablecarddav_contactscarddaC\W1 indexsqlite_autoindex_carddav_migrations_1carddav_migrations[zWC)indexcarddav_groups_abook_id_idxcarddav_groupsQCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)VI/!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypesPCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id);UO) indexsqlite_autoindex_carddav_groups_2carddav_groupsX;TO) indexsqlite_autoindex_carddav_groups_1carddav_groupsWCQW1 indexsqlite_autoindex_carddav_group_user_1carddav_group_userTP11Ktablecarddav_group_usercarddav_group_userSCREATE 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
)?IS- indexsqlite_autoindex_carddav_contacts_2carddav_contactsL?HS- indexsqlite_autoindex_carddav_contacts_1carddav_contactsK g iS))
tablecarddav_groupscarddav_groupsHCREATE TABLE "carddav_groups" (
id integer NOT NULL PRIMARY KEY,
abook_id integer NOT NULL,
name VARCHAR(255) NOT NULL, -- display name
vcard TEXT, -- complete vcard
etag VARCHAR(255), -- entity tag, can be used to check if card changed on server
uri VARCHAR(255), -- path of the card on the server
cuid VARCHAR(255), -- unique identifier of the card within the collection
UNIQUE(uri,abook_id),
UNIQUE(cuid,abook_id),
-- not enforced by sqlite < 3.6.19
FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE
)
o Rt=G oJ
"
" o ;~O) indexsqlite_autoindex_cache_messages_1cache_messages&n|;% indexix_cache_thread_expirescache_thread$CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)(z%%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)
)7{K% indexsqlite_autoindex_cache_thread_1cache_thread#jy9#indexix_cache_index_expirescache_index!CREATE INDEX ix_cache_index_expires ON cache_index (expires)Nw##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)
)5xI# indexsqlite_autoindex_cache_index_1cache_index Pv-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)ttablecachecacheCREATE 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)
))u= indexsqlite_autoindex_cache_1cache o {s5/indexix_filestore_user_idfilestore)CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)ArQtablefilestorefilestoreCREATE 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
)qA-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)ptablesearchessearchesCREATE 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
)
H C!/indexix_dictionary_user_languagedictionary.CREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, languagS --Ytablecaldav_calendarscaldav_calendars(CREATE TABLE "caldav_calendars" (
id integer NOT NULL PRIMARY KEY,
calendar_id integer NOT NULL,
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_calendar_id FOREIGN KEY (calendar_id)
REFERENCES calendars(calendar_id) ON DELETE CASCADE
)v?)indexix_cache_messages_expirescache_messages'CREATE INDEX ix_cache_messages_expires ON cache_messages (expires)oC!/indexix_dictionary_user_languagedictionary.CREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language) @!!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
)fm5indexix_responses_user_idresponses
CREATE INDEX ix_responses_user_id ON responses(user_id, del)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)
)
~H|R!
E
4 G30016-increasetextfieldlengths2023-05-15 09:54:45/ =30015-fixmysqlconstraints2022-11-22 10:34:536 K30014-unifytimestampdefaultvalue2022-11-22 10:34:53> [30013-changemysqlcollationscasesensitive2022-11-22 10:34:53/
=30012-fixmysqlconstraints2022-11-22 10:34:533 E30011-unifymigrationsidcolumn2022-11-22 10:34:534 G30010-increasetextfieldlengths2022-11-22 10:34:53/
=30009-dropauthschemefield2022-11-22 10:34:53( /30008-unifyindexes2022-11-22 10:34:522 C30007-replaceurlplaceholders2022-11-22 10:34:52+ 530006-rmgroupsnotnull2022-11-22 10:34:523 E30005-changemysqlut8toutf8mb42022-11-22 10:34:524 G30004-fixtimestampdefaultvalue2022-11-22 10:34:524 G30003-fixtimestampdefaultvalue2022-11-22 10:34:524 G30002-increasetextfieldlengths2022-11-22 10:34:52& +30001-categories2022-11-22 10:34:52" #30000-dbinit2022-11-22 10:34:52
&&