Page MenuHomePhorge

PhabricatorPasteSchemaSpec.php
No OneTemporary

Size
364 B
Referenced Files
None
Subscribers
None

PhabricatorPasteSchemaSpec.php

<?php
final class PhabricatorPasteSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PhabricatorPasteDAO');
$this->buildTransactionSchema(
new PhabricatorPasteTransaction(),
new PhabricatorPasteTransactionComment());
$this->buildEdgeSchemata(new PhabricatorPaste());
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jun 18, 5:36 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
224900
Default Alt Text
PhabricatorPasteSchemaSpec.php (364 B)

Event Timeline