Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F680051
20140104.harbormastercmd.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
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
Tue, May 27, 8:58 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
170515
Default Alt Text
20140104.harbormastercmd.sql (751 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment