CC-5316 : Playout History: Doesn't support webstream

adding the webstream metadata to the history table.
This commit is contained in:
Naomi 2013-09-30 13:56:27 -04:00
parent 9f38e5a9c6
commit 7d739a0f66
7 changed files with 87 additions and 19 deletions

View file

@ -483,7 +483,7 @@
<column name="id" phpName="DbId" primaryKey="true" type="INTEGER" autoIncrement="true" required="true" />
<column name="file_id" phpName="DbFileId" type="INTEGER" required="false" />
<column name="starts" phpName="DbStarts" type="TIMESTAMP" required="true"/>
<column name="ends" phpName="DbEnds" type="TIMESTAMP" required="true"/>
<column name="ends" phpName="DbEnds" type="TIMESTAMP" required="false"/>
<column name="instance_id" phpName="DbInstanceId" type="INTEGER" required="false"/>
<foreign-key foreignTable="cc_files" name="cc_playout_history_file_tag_fkey" onDelete="CASCADE">
<reference local="file_id" foreign="id"/>