Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1096758
ManiphestSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
529 B
Referenced Files
None
Subscribers
None
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
(),
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 11:17 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
273296
Default Alt Text
ManiphestSchemaSpec.php (529 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment