CC-2559 : Remove files from cc_schedule that are no longer watched
adding foreign key to file_id column of cc_schedule table.
This commit is contained in:
parent
4588ebd105
commit
b7819211ac
11 changed files with 808 additions and 2 deletions
|
@ -614,6 +614,9 @@ abstract class BaseCcFilesPeer {
|
|||
// Invalidate objects in CcPlaylistcontentsPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
CcPlaylistcontentsPeer::clearInstancePool();
|
||||
// Invalidate objects in CcSchedulePeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
CcSchedulePeer::clearInstancePool();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue