feat: remove unused cc_sess table (#1907)
This commit is contained in:
parent
ec8c18097d
commit
4837a1885d
24 changed files with 50 additions and 3265 deletions
|
@ -430,9 +430,6 @@ abstract class BaseCcSubjsPeer
|
|||
// Invalidate objects in CcPrefPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
CcPrefPeer::clearInstancePool();
|
||||
// Invalidate objects in CcSessPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
CcSessPeer::clearInstancePool();
|
||||
// Invalidate objects in CcSubjsTokenPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
CcSubjsTokenPeer::clearInstancePool();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue