summaryrefslogtreecommitdiffstats
path: root/generated-classes/Map/ProductCategoryTableMap.php
diff options
context:
space:
mode:
Diffstat (limited to 'generated-classes/Map/ProductCategoryTableMap.php')
-rw-r--r--generated-classes/Map/ProductCategoryTableMap.php4
1 files changed, 2 insertions, 2 deletions
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()
/**