Skip to content

Commit 1f9aaa5

Browse files
committed
Merge pull request civicrm#10 from PalanteJon/status-page
Add check_info to StatusPreference entity
2 parents dca2dad + 97fced0 commit 1f9aaa5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

xml/schema/Core/StatusPreference.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
<index>
5151
<name>UI_status_pref_name</name>
5252
<fieldName>name</fieldName>
53-
<unique>true</unique>
5453
<add>4.7</add>
5554
</index>
5655
<field>
@@ -78,4 +77,12 @@
7877
<comment>These settings are per-check, and can't be compared across checks.</comment>
7978
<add>4.7</add>
8079
</field>
80+
<field>
81+
<name>check_info</name>
82+
<title>Check Info</title>
83+
<type>varchar</type>
84+
<length>255</length>
85+
<comment>These values are per-check, and can't be compared across checks.</comment>
86+
<add>4.7</add>
87+
</field>
8188
</table>

0 commit comments

Comments
 (0)