Automatically build all Lisk schemata

Summary:
Ref T1191. Now that the whole database is covered, we don't need to do as much work to build expected schemata. Doing them database-by-database was helpful in converting, but is just reudndant work now.

Instead of requiring every application to build its Lisk objects, just build all Lisk objects.

I removed `harbormaster.lisk_counter` because it is unused.

It would be nice to autogenerate edge schemata, too, but that's a little trickier.

Test Plan: Database setup issues are all green.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley, hach-que

Maniphest Tasks: T1191

Differential Revision: https://secure.phabricator.com/D10620
This commit is contained in:
epriestley
2014-10-02 09:51:20 -07:00
parent e4e5a2004f
commit 8fa8415c07
55 changed files with 50 additions and 555 deletions

View File

@@ -1,10 +0,0 @@
<?php
final class PhabricatorXHPASTViewSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PhabricatorXHPASTViewDAO');
}
}