Merge pull request #23052 from konadave/r25088
[civicrm-core.git] / xml / schema / Core / ActionLog.xml
index a707d70d6ef18954cc55dc61bd748cedc5704780..5b948eed57bf0b40361e7e54681ade89f518b55e 100644 (file)
@@ -11,6 +11,9 @@
     <title>Action Schedule ID</title>
     <type>int unsigned</type>
     <required>true</required>
+    <html>
+      <type>Number</type>
+    </html>
     <add>3.4</add>
   </field>
   <primaryKey>
   </primaryKey>
   <field>
     <name>contact_id</name>
-    <title>Action Schedule Contact ID</title>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID</comment>
+    <html>
+      <label>Contact</label>
+    </html>
     <add>3.4</add>
   </field>
   <foreignKey>
   </dynamicForeignKey>
   <field>
     <name>action_schedule_id</name>
-    <title>Schedule</title>
+    <title>Schedule ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to the action schedule that this action originated from.</comment>
+    <html>
+      <label>Schedule</label>
+    </html>
     <add>3.4</add>
   </field>
   <foreignKey>
     <default>NULL</default>
     <comment>Stores the date from the entity which triggered this reminder action (e.g. membership.end_date for most membership renewal reminders)</comment>
     <add>4.6</add>
-    <change>5.14</change>
+    <change>5.17</change>
   </field>
 </table>