CC-2750: Ability to query health status for pypo,
liquidsoap, media monitor, and recorder -renamed CcComponent to CcServiceRegister
This commit is contained in:
parent
a31920e982
commit
1bdcff1119
13 changed files with 236 additions and 182 deletions
|
@ -9,7 +9,7 @@ class Version20110929184401 extends AbstractMigration
|
|||
{
|
||||
public function up(Schema $schema)
|
||||
{
|
||||
$cc_component = $schema->createTable('cc_component');
|
||||
$cc_component = $schema->createTable('cc_service_register');
|
||||
$cc_component->addColumn('name', 'string', array('length' => 32));
|
||||
$cc_component->addColumn('ip', 'string', array('length' => 18));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue