CC-84: Smart Playlists
- introducing smart-block
This commit is contained in:
parent
722e470f6f
commit
1f3cbd8aba
56 changed files with 12502 additions and 734 deletions
|
@ -659,6 +659,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 CcBlockcontentsPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
CcBlockcontentsPeer::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