From: unknown Date: Sat, 13 Sep 2014 15:36:34 +0000 (+0100) Subject: Added comment for DAOs for Recurring Entity X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=881c2dfbe70c8a80a1005be350a4f34ad05e1089;p=civicrm-core.git Added comment for DAOs for Recurring Entity --- diff --git a/xml/schema/Core/ActionSchedule.xml b/xml/schema/Core/ActionSchedule.xml index 623592b7cc..8253c06cd2 100644 --- a/xml/schema/Core/ActionSchedule.xml +++ b/xml/schema/Core/ActionSchedule.xml @@ -330,7 +330,7 @@ used_for varchar 64 - Maintained for recurring entity + Used for repeating entity 4.6 diff --git a/xml/schema/Core/RecurringEntity.xml b/xml/schema/Core/RecurringEntity.xml index 6d6b460af6..85ade12b28 100644 --- a/xml/schema/Core/RecurringEntity.xml +++ b/xml/schema/Core/RecurringEntity.xml @@ -24,6 +24,7 @@ 10 Parent ID true + Recurring Entity Parent ID 4.6 @@ -31,6 +32,7 @@ int unsigned 10 Entity ID + Recurring Entity Child ID 4.6 @@ -39,6 +41,7 @@ 64 Entity Table true + Physical tablename for entity, e.g. civicrm_event 4.6 @@ -47,6 +50,7 @@ 1 Cascade Type true + 1-this entity, 2-this and the following entities, 3-all the entities 4.6