Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98414273
ManiphestSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 12, 23:57
Size
529 B
Mime Type
text/x-php
Expires
Tue, Jan 14, 23:57 (2 d)
Engine
blob
Format
Raw Data
Handle
23579659
Attached To
rPH Phabricator
ManiphestSchemaSpec.php
View Options
<?php
final
class
ManiphestSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'ManiphestDAO'
);
$this
->
buildEdgeSchemata
(
new
ManiphestTask
());
$this
->
buildTransactionSchema
(
new
ManiphestTransaction
(),
new
ManiphestTransactionComment
());
$this
->
buildCustomFieldSchemata
(
new
ManiphestCustomFieldStorage
(),
array
(
new
ManiphestCustomFieldNumericIndex
(),
new
ManiphestCustomFieldStringIndex
(),
));
}
}
Event Timeline
Log In to Comment