[Rt-commit] r12042 - rtir/branches/2.3-EXPERIMENTAL

ruz at bestpractical.com ruz at bestpractical.com
Sun May 4 08:22:39 EDT 2008


Author: ruz
Date: Sun May  4 08:22:20 2008
New Revision: 12042

Modified:
   rtir/branches/2.3-EXPERIMENTAL/UPGRADING

Log:
* update UPGRADING

Modified: rtir/branches/2.3-EXPERIMENTAL/UPGRADING
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/UPGRADING	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/UPGRADING	Sun May  4 08:22:20 2008
@@ -49,6 +49,19 @@
     may require manual changes or describe important changes in
     the RTIR you should be aware of.
 
+Upgrading from 2.3.17 and earlier
+-------------------------
+
+By accident RTFM's CustomField Respons could be created with MaxValues = 0
+what is incorrect and should be changed to 1, run the following query to
+update the DB.
+
+    UPDATE CustomFields SET MaxValues = 1 WHERE
+            Name = 'Response'
+            AND Type = 'Wikitext'
+            AND LookupType = 'RT::FM::Class-RT::FM::Article'
+            AND MaxValues = 0;
+
 Upgrading from 2.3.15 and earlier
 -------------------------
 


More information about the Rt-commit mailing list