don't delete a history item if a show instance is removed from the database.
This commit is contained in:
parent
4fd37a4fa0
commit
075342c637
4 changed files with 4 additions and 4 deletions
|
@ -488,7 +488,7 @@
|
|||
<foreign-key foreignTable="cc_files" name="cc_playout_history_file_tag_fkey" onDelete="CASCADE">
|
||||
<reference local="file_id" foreign="id"/>
|
||||
</foreign-key>
|
||||
<foreign-key foreignTable="cc_show_instances" name="cc_his_item_inst_fkey" onDelete="CASCADE">
|
||||
<foreign-key foreignTable="cc_show_instances" name="cc_his_item_inst_fkey" onDelete="SETNULL">
|
||||
<reference local="instance_id" foreign="id"/>
|
||||
</foreign-key>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue