feat: remove unused cc_sess table (#1907)

This commit is contained in:
Jonas L 2022-06-22 15:15:31 +02:00 committed by GitHub
parent ec8c18097d
commit 4837a1885d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 50 additions and 3265 deletions

View file

@ -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();