Added comment for DAOs for Recurring Entity
authorunknown <priyanka.karan26@gmail.com>
Sat, 13 Sep 2014 15:36:34 +0000 (16:36 +0100)
committerdeepak-srivastava <deepak.srivastava.0303@gmail.com>
Fri, 3 Oct 2014 09:08:25 +0000 (10:08 +0100)
xml/schema/Core/ActionSchedule.xml
xml/schema/Core/RecurringEntity.xml

index 623592b7cc6998c9e764b92fba59046d390e57b2..8253c06cd20d0feab35f9cc516513bbf0f6e9fa4 100644 (file)
     <name>used_for</name>
     <type>varchar</type>
     <length>64</length>
-    <comment>Maintained for recurring entity</comment>
+    <comment>Used for repeating entity</comment>
     <add>4.6</add>
   </field>
 </table>
index 6d6b460af623a0661dfb4ce2dd61d1ca0f518aab..85ade12b28efa6b7d7e2ea8743bf901ab9121d86 100644 (file)
@@ -24,6 +24,7 @@
       <length>10</length>
       <title>Parent ID</title>
       <required>true</required>
+      <comment>Recurring Entity Parent ID</comment>
       <add>4.6</add>
   </field>
   <field>
@@ -31,6 +32,7 @@
       <type>int unsigned</type>
       <length>10</length>
       <title>Entity ID</title>
+      <comment>Recurring Entity Child ID</comment>
       <add>4.6</add>
   </field>
   <field>
@@ -39,6 +41,7 @@
       <length>64</length>
       <title>Entity Table</title>
       <required>true</required>
+      <comment>Physical tablename for entity, e.g. civicrm_event</comment>
       <add>4.6</add>
   </field>
   <field>
@@ -47,6 +50,7 @@
       <default>1</default>
       <title>Cascade Type</title>
       <required>true</required>
+      <comment>1-this entity, 2-this and the following entities, 3-all the entities</comment>
       <add>4.6</add>
   </field>
 </table>