Skip to content

Commit

Permalink
CRM-13283 - Update StatusPreference schema to fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaphoneJon committed Apr 26, 2015
1 parent c7793e9 commit 02b414a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions xml/schema/Core/StatusPreference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@
</foreignKey>
<field>
<name>name</name>
<title>Status Preference Name</title>
<type>int unsigned</type>
<title>Status Check Name</title>
<type>varchar</type>
<length>255</length>
<import>true</import>
<required>true</required>
<comment>Name of the status check this preference references.</comment>
<add>4.7</add>
</field>
<index>
Expand Down

0 comments on commit 02b414a

Please sign in to comment.