From db7d9c0817a40ecaf6849c2e024d52ab6ed80324 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 18 May 2015 12:36:36 +0200 Subject: Update the propel database to cascade updates and deletions --- generated-classes/Map/ProductTableMap.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'generated-classes/Map/ProductTableMap.php') diff --git a/generated-classes/Map/ProductTableMap.php b/generated-classes/Map/ProductTableMap.php index 820ebc3..db565a0 100644 --- a/generated-classes/Map/ProductTableMap.php +++ b/generated-classes/Map/ProductTableMap.php @@ -170,9 +170,18 @@ class ProductTableMap extends TableMap 0 => ':product_id', 1 => ':id', ), -), null, null, 'ProductCategories', false); - $this->addRelation('Category', '\\Category', RelationMap::MANY_TO_MANY, array(), null, null, 'Categories'); +), 'CASCADE', 'CASCADE', 'ProductCategories', false); + $this->addRelation('Category', '\\Category', RelationMap::MANY_TO_MANY, array(), 'CASCADE', 'CASCADE', 'Categories'); } // buildRelations() + /** + * Method to invalidate the instance pool of all tables related to product * by a foreign key with ON DELETE CASCADE + */ + public static function clearRelatedInstancePool() + { + // Invalidate objects in related instance pools, + // since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule. + ProductCategoryTableMap::clearInstancePool(); + } /** * Retrieves a string version of the primary key from the DB resultset row that can be used to uniquely identify a row in this table. -- cgit v1.2.3-70-g09d2