Merge pull request #8796 from eileenmcnaughton/master
[civicrm-core.git] / xml / schema / Core / JobLog.xml
index b4383fa5d22eb305c46420181dd2d8a1859e3f32..b47a752bbfe296c3cf903a94de32bdd545d8d5af 100644 (file)
@@ -11,6 +11,7 @@
     <name>id</name>
     <type>int unsigned</type>
     <required>true</required>
+    <title>Job Log ID</title>
     <comment>Job log entry Id</comment>
     <add>4.1</add>
   </field>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>domain_id</name>
+    <title>Domain ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <pseudoconstant>
   <field>
     <name>run_time</name>
     <type>timestamp</type>
+    <title>Timestamp</title>
     <comment>Log entry date</comment>
     <add>4.1</add>
   </field>
   <field>
     <name>job_id</name>
+    <title>Job ID</title>
     <type>int unsigned</type>
     <comment>Pointer to job id - not a FK though, just for logging purposes</comment>
     <add>4.1</add>
   </field>
   <field>
     <name>name</name>
+    <title>Job Name</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Title of the job</comment>
@@ -57,6 +62,7 @@
   </field>
   <field>
     <name>command</name>
+    <title>Command</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Full path to file containing job script</comment>
@@ -64,6 +70,7 @@
   </field>
   <field>
     <name>description</name>
+    <title>Description</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Title line of log entry</comment>
@@ -71,6 +78,7 @@
   </field>
   <field>
     <name>data</name>
+    <title>Extended Data</title>
     <type>text</type>
     <comment>Potential extended data for specific job run (e.g. tracebacks).</comment>
     <add>4.1</add>