Skip to content

Commit

Permalink
Merge pull request civicrm#10 from PalanteJon/status-page
Browse files Browse the repository at this point in the history
Add check_info to StatusPreference entity
  • Loading branch information
MegaphoneJon committed Apr 26, 2015
2 parents dca2dad + 97fced0 commit 1f9aaa5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion xml/schema/Core/StatusPreference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<index>
<name>UI_status_pref_name</name>
<fieldName>name</fieldName>
<unique>true</unique>
<add>4.7</add>
</index>
<field>
Expand Down Expand Up @@ -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>

0 comments on commit 1f9aaa5

Please sign in to comment.