Bunch of schema changes
This commit is contained in:
parent
c7dd2e7256
commit
cfb21f8425
28 changed files with 1647 additions and 5494 deletions
|
@ -439,12 +439,6 @@ abstract class BaseCcSubjsPeer
|
|||
// Invalidate objects in PodcastPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
PodcastPeer::clearInstancePool();
|
||||
// Invalidate objects in StationPodcastPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
StationPodcastPeer::clearInstancePool();
|
||||
// Invalidate objects in ImportedPodcastPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
ImportedPodcastPeer::clearInstancePool();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue