Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1879483
update0001.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
767 B
Subscribers
None
update0001.sql
View Options
CREATE
TABLE
addressbookobjects
(
id
integer
primary
key
asc
,
contactdata
blob
,
uri
text
,
addressbookid
integer
,
lastmodified
integer
,
etag
text
,
size
integer
,
formattedname
text
,
structuredname
text
);
CREATE
TABLE
addressbookchanges
(
id
integer
primary
key
asc
,
uri
text
,
synctoken
integer
,
addressbookid
integer
,
operation
integer
);
CREATE
INDEX
addressbookid_synctoken
ON
addressbookchanges
(
addressbookid
,
synctoken
);
CREATE
TABLE
pagetoaddressbookmapping
(
id
integer
primary
key
asc
,
page
text
,
addressbookid
integer
);
CREATE
TABLE
addressbooks
(
id
integer
primary
key
asc
,
principaluri
text
,
displayname
text
,
uri
text
,
synctoken
integer
,
description
text
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 6:23 PM (20 m, 18 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
897945
Default Alt Text
update0001.sql (767 B)
Attached To
rDAVCARD DokuWiki davcard PlugIn
Event Timeline
Log In to Comment