From 9d54f3a4a28c3a37d51a14edaa7e5ab6e5694e4d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 4 Sep 2014 11:41:45 +0100 Subject: [PATCH] DAO changes --- xml/schema/Core/ActionSchedule.xml | 2 +- xml/schema/Core/RecurringEntity.xml | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/xml/schema/Core/ActionSchedule.xml b/xml/schema/Core/ActionSchedule.xml index e504902d87..623592b7cc 100644 --- a/xml/schema/Core/ActionSchedule.xml +++ b/xml/schema/Core/ActionSchedule.xml @@ -331,6 +331,6 @@ varchar 64 Maintained for recurring entity - 4.4 + 4.6 diff --git a/xml/schema/Core/RecurringEntity.xml b/xml/schema/Core/RecurringEntity.xml index e43f33458b..19f302e62d 100644 --- a/xml/schema/Core/RecurringEntity.xml +++ b/xml/schema/Core/RecurringEntity.xml @@ -4,14 +4,15 @@ CRM/Core RecurringEntity civicrm_recurring_entity - 1.7 + 4.6 true id ID int unsigned + 10 true - 1.7 + 4.6 id @@ -20,21 +21,32 @@ parent_id int unsigned + 10 Parent ID true - 1.7 + 4.6 entity_id int unsigned + 10 Entity ID - 1.7 + 4.6 entity_table varchar + 64 Entity Table true - 1.7 + 4.6 + + + cascade_type + tinyint unsigned + 4 + Cascade Type + true + 4.6 \ No newline at end of file -- 2.25.1