Page MenuHomePhorge

ReleephSchemaSpec.php
No OneTemporary

Size
438 B
Referenced Files
None
Subscribers
None

ReleephSchemaSpec.php

<?php
final class ReleephSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('ReleephDAO');
$this->buildTransactionSchema(
new ReleephProductTransaction());
$this->buildTransactionSchema(
new ReleephBranchTransaction());
$this->buildTransactionSchema(
new ReleephRequestTransaction(),
new ReleephRequestTransactionComment());
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 1:50 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
121918
Default Alt Text
ReleephSchemaSpec.php (438 B)

Event Timeline