Summary: Ref T1191. Fills in some more of the databases. Nothing very notable here. I didn't encounter any issues or overlong keys. Test Plan: Used web UI to click around and verify expected schemata match up against actual schemata well. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T1191 Differential Revision: https://secure.phabricator.com/D10516
10 lines
185 B
PHP
10 lines
185 B
PHP
<?php
|
|
|
|
final class PhabricatorConduitSchemaSpec extends PhabricatorConfigSchemaSpec {
|
|
|
|
public function buildSchemata() {
|
|
$this->buildLiskSchemata('PhabricatorConduitDAO');
|
|
}
|
|
|
|
}
|