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/ProductCategoryTableMap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generated-classes/Map/ProductCategoryTableMap.php') diff --git a/generated-classes/Map/ProductCategoryTableMap.php b/generated-classes/Map/ProductCategoryTableMap.php index 262f098..3597adf 100644 --- a/generated-classes/Map/ProductCategoryTableMap.php +++ b/generated-classes/Map/ProductCategoryTableMap.php @@ -147,14 +147,14 @@ class ProductCategoryTableMap extends TableMap 0 => ':category_id', 1 => ':id', ), -), null, null, null, false); +), 'CASCADE', 'CASCADE', null, false); $this->addRelation('Product', '\\Product', RelationMap::MANY_TO_ONE, array ( 0 => array ( 0 => ':product_id', 1 => ':id', ), -), null, null, null, false); +), 'CASCADE', 'CASCADE', null, false); } // buildRelations() /** -- cgit v1.2.3-70-g09d2