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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue