Add check_info to StatusPreference entity
authorJon goldberg <jon@palantetech.coop>
Sun, 26 Apr 2015 18:33:38 +0000 (12:33 -0600)
committerJon goldberg <jon@palantetech.coop>
Tue, 21 Jul 2015 20:37:37 +0000 (16:37 -0400)
xml/schema/Core/StatusPreference.xml

index 757f603034f8e07eb6b919c311b6d74ad8567d84..a889bae3f39faae7a6a63a86463881cc2e29477b 100644 (file)
@@ -50,7 +50,6 @@
   <index>
     <name>UI_status_pref_name</name>
     <fieldName>name</fieldName>
-    <unique>true</unique>
     <add>4.7</add>
   </index>
   <field>
     <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>