CC-2750: Ability to query health status for pypo, liquidsoap, media monitor, and recorder
-progress being made
This commit is contained in:
parent
b5684bb5b1
commit
659e412eb7
21 changed files with 2018 additions and 39 deletions
|
@ -325,4 +325,8 @@
|
|||
<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">
|
||||
<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>
|
||||
</database>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue