CRM-15735 fix - Update payment status for pay-later membership renewal ignores Receiv...
[civicrm-core.git] / xml / schema / Core / JobLog.xml
index 5c3d57bcf9b7f2a2dc5da98b7e887db3a47b5de2..b4383fa5d22eb305c46420181dd2d8a1859e3f32 100644 (file)
@@ -8,66 +8,71 @@
   <add>4.1</add>
   <log>false</log>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Job log entry Id</comment>
-       <add>4.1</add>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Job log entry Id</comment>
+    <add>4.1</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-      <name>domain_id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Which Domain is this scheduled job for</comment>
-      <add>4.1</add>
+    <name>domain_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <pseudoconstant>
+      <table>civicrm_domain</table>
+      <keyColumn>id</keyColumn>
+      <labelColumn>name</labelColumn>
+    </pseudoconstant>
+    <comment>Which Domain is this scheduled job for</comment>
+    <add>4.1</add>
   </field>
   <foreignKey>
-       <name>domain_id</name>
-       <table>civicrm_domain</table>
-       <key>id</key>
-       <add>4.1</add>
+    <name>domain_id</name>
+    <table>civicrm_domain</table>
+    <key>id</key>
+    <add>4.1</add>
   </foreignKey>
   <field>
-       <name>run_time</name>
-       <type>timestamp</type>
-       <comment>Log entry date</comment>
-       <add>4.1</add>
+    <name>run_time</name>
+    <type>timestamp</type>
+    <comment>Log entry date</comment>
+    <add>4.1</add>
   </field>
   <field>
-       <name>job_id</name>
-       <type>int unsigned</type>
-       <comment>Pointer to job id - not a FK though, just for logging purposes</comment>
-       <add>4.1</add>
+    <name>job_id</name>
+    <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>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>Title of the job</comment>
-       <add>4.1</add>
+    <name>name</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Title of the job</comment>
+    <add>4.1</add>
   </field>
   <field>
-       <name>command</name>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>Full path to file containing job script</comment>
-       <add>4.1</add>
+    <name>command</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Full path to file containing job script</comment>
+    <add>4.1</add>
   </field>
   <field>
-       <name>description</name>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>Title line of log entry</comment>
-       <add>4.1</add>
+    <name>description</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Title line of log entry</comment>
+    <add>4.1</add>
   </field>
   <field>
-       <name>data</name>
-       <type>text</type>
-       <comment>Potential extended data for specific job run (e.g. tracebacks).</comment>
-       <add>4.1</add>
+    <name>data</name>
+    <type>text</type>
+    <comment>Potential extended data for specific job run (e.g. tracebacks).</comment>
+    <add>4.1</add>
   </field>
 </table>