CC-2750: Ability to query health status for pypo,

liquidsoap, media monitor, and recorder

-renamed CcComponent to CcServiceRegister
This commit is contained in:
martin 2011-09-30 14:08:15 -04:00
parent a31920e982
commit 1bdcff1119
13 changed files with 236 additions and 182 deletions

View file

@ -327,7 +327,7 @@
<column name="ip" phpName="DbIP" primaryKey="true" type="VARCHAR" size="32" required="true"/>
<column name="attempts" phpName="DbAttempts" type="INTEGER" required="false" defaultValue="0"/>
</table>
<table name="cc_component" phpName="CcComponent">
<table name="cc_service_register" phpName="CcServiceRegister">
<column name="name" phpName="DbName" primaryKey="true" type="VARCHAR" size="32" required="true" />
<column name="ip" phpName="DbIp" type="VARCHAR" size="18" required="true"/>
</table>