projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e2b51
)
Add check_info to StatusPreference entity
author
Jon goldberg
<jon@palantetech.coop>
Sun, 26 Apr 2015 18:33:38 +0000
(12:33 -0600)
committer
Jon goldberg
<jon@palantetech.coop>
Tue, 21 Jul 2015 20:37:37 +0000
(16:37 -0400)
xml/schema/Core/StatusPreference.xml
patch
|
blob
|
blame
|
history
diff --git
a/xml/schema/Core/StatusPreference.xml
b/xml/schema/Core/StatusPreference.xml
index 757f603034f8e07eb6b919c311b6d74ad8567d84..a889bae3f39faae7a6a63a86463881cc2e29477b 100644
(file)
--- a/
xml/schema/Core/StatusPreference.xml
+++ b/
xml/schema/Core/StatusPreference.xml
@@
-50,7
+50,6
@@
<index>
<name>UI_status_pref_name</name>
<fieldName>name</fieldName>
- <unique>true</unique>
<add>4.7</add>
</index>
<field>
@@
-78,4
+77,12
@@
<comment>These settings are per-check, and can't be compared across checks.</comment>
<add>4.7</add>
</field>
+ <field>
+ <name>check_info</name>
+ <title>Check Info</title>
+ <type>varchar</type>
+ <length>255</length>
+ <comment>These values are per-check, and can't be compared across checks.</comment>
+ <add>4.7</add>
+ </field>
</table>