Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18794626
20140104.harbormastercmd.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
751 B
Referenced Files
None
Subscribers
None
20140104.harbormastercmd.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_harbormaster
.
harbormaster_buildcommand
(
id
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
authorPHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
targetPHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
command
VARCHAR
(
128
)
NOT
NULL
COLLATE
utf8_bin
,
dateCreated
INT
UNSIGNED
NOT
NULL
,
dateModified
INT
UNSIGNED
NOT
NULL
,
KEY
`
key_target
`
(
targetPHID
)
)
ENGINE
=
InnoDB
,
COLLATE
utf8_general_ci
;
ALTER
TABLE
{$
NAMESPACE
}
_harbormaster
.
harbormaster_build
DROP
cancelRequested
;
ALTER
TABLE
{$
NAMESPACE
}
_harbormaster
.
harbormaster_buildtarget
ADD
targetStatus
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
;
UPDATE
{$
NAMESPACE
}
_harbormaster
.
harbormaster_buildtarget
SET
targetStatus
=
'target/pending'
WHERE
targetStatus
=
''
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 12:08 AM (1 d, 18 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8185847
Default Alt Text
20140104.harbormastercmd.sql (751 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment