Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35155934
004.daemonrepos.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
839 B
Subscribers
None
004.daemonrepos.sql
View Options
create
table
{$
NAMESPACE
}
_repository
.
repository_commit
(
id
int
unsigned
not
null
auto_increment
primary
key
,
repositoryPHID
varchar
(
64
)
binary
not
null
,
phid
varchar
(
64
)
binary
not
null
,
commitIdentifier
varchar
(
40
)
binary
not
null
,
epoch
int
unsigned
not
null
,
unique
key
(
phid
),
unique
key
(
repositoryPHID
,
commitIdentifier
)
);
create
table
{$
NAMESPACE
}
_timeline
.
timeline_event
(
id
int
unsigned
not
null
auto_increment
primary
key
,
type
char
(
4
)
binary
not
null
,
key
(
type
,
id
)
);
create
table
{$
NAMESPACE
}
_timeline
.
timeline_eventdata
(
id
int
unsigned
not
null
auto_increment
primary
key
,
eventID
int
unsigned
not
null
,
eventData
longblob
not
null
,
unique
key
(
eventID
)
);
create
table
{$
NAMESPACE
}
_timeline
.
timeline_cursor
(
name
varchar
(
255
)
not
null
primary
key
,
position
int
unsigned
not
null
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 2, 8:10 AM (10 h, 8 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a1/59/ff1fd37c3fc7b11e8b2bf532eb25
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment