Fix FiveFortyNine is_public to default to 0
[civicrm-core.git] / xml / schema / Core / JobLog.xml
CommitLineData
6a488035
TO
1<?xml version="1.0" encoding="iso-8859-1" ?>
2
3<table>
4 <base>CRM/Core</base>
5 <class>JobLog</class>
6 <name>civicrm_job_log</name>
7 <comment>Scheduled jobs log.</comment>
8 <add>4.1</add>
9 <log>false</log>
10 <field>
8f069c03
EM
11 <name>id</name>
12 <type>int unsigned</type>
13 <required>true</required>
0d57e900 14 <title>Job Log ID</title>
047c5009 15 <comment>Job log entry ID</comment>
0481e12c
A
16 <html>
17 <type>Number</type>
18 </html>
8f069c03 19 <add>4.1</add>
6a488035
TO
20 </field>
21 <primaryKey>
8f069c03
EM
22 <name>id</name>
23 <autoincrement>true</autoincrement>
6a488035
TO
24 </primaryKey>
25 <field>
8f069c03 26 <name>domain_id</name>
0d57e900 27 <title>Domain ID</title>
8f069c03
EM
28 <type>int unsigned</type>
29 <required>true</required>
30 <pseudoconstant>
31 <table>civicrm_domain</table>
32 <keyColumn>id</keyColumn>
33 <labelColumn>name</labelColumn>
34 </pseudoconstant>
35 <comment>Which Domain is this scheduled job for</comment>
57e94608
A
36 <html>
37 <label>Domain</label>
38 </html>
8f069c03 39 <add>4.1</add>
6a488035
TO
40 </field>
41 <foreignKey>
8f069c03
EM
42 <name>domain_id</name>
43 <table>civicrm_domain</table>
44 <key>id</key>
45 <add>4.1</add>
3c7d2158 46 </foreignKey>
6a488035 47 <field>
8f069c03
EM
48 <name>run_time</name>
49 <type>timestamp</type>
0d57e900 50 <title>Timestamp</title>
8f069c03
EM
51 <comment>Log entry date</comment>
52 <add>4.1</add>
6a488035
TO
53 </field>
54 <field>
8f069c03 55 <name>job_id</name>
0d57e900 56 <title>Job ID</title>
8f069c03
EM
57 <type>int unsigned</type>
58 <comment>Pointer to job id - not a FK though, just for logging purposes</comment>
59 <add>4.1</add>
6a488035
TO
60 </field>
61 <field>
8f069c03 62 <name>name</name>
0d57e900 63 <title>Job Name</title>
8f069c03
EM
64 <type>varchar</type>
65 <length>255</length>
66 <comment>Title of the job</comment>
67 <add>4.1</add>
6a488035
TO
68 </field>
69 <field>
8f069c03 70 <name>command</name>
0d57e900 71 <title>Command</title>
8f069c03
EM
72 <type>varchar</type>
73 <length>255</length>
74 <comment>Full path to file containing job script</comment>
75 <add>4.1</add>
6a488035
TO
76 </field>
77 <field>
8f069c03 78 <name>description</name>
0d57e900 79 <title>Description</title>
8f069c03
EM
80 <type>varchar</type>
81 <length>255</length>
82 <comment>Title line of log entry</comment>
83 <add>4.1</add>
6a488035
TO
84 </field>
85 <field>
8f069c03 86 <name>data</name>
0d57e900 87 <title>Extended Data</title>
8f069c03
EM
88 <type>text</type>
89 <comment>Potential extended data for specific job run (e.g. tracebacks).</comment>
90 <add>4.1</add>
3c7d2158 91 </field>
6a488035 92</table>