[Rt-commit] r6381 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Nov 7 15:01:53 EST 2006


Author: ruz
Date: Tue Nov  7 15:01:52 2006
New Revision: 6381

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/etc/schema.mysql

Log:
 r4109 at cubic-pc:  cubic | 2006-11-07 23:12:44 +0300
 * 65535 chars for pattern should be enought


Modified: rt/branches/3.7-EXPERIMENTAL/etc/schema.mysql
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/etc/schema.mysql	(original)
+++ rt/branches/3.7-EXPERIMENTAL/etc/schema.mysql	Tue Nov  7 15:01:52 2006
@@ -372,7 +372,7 @@
   Name varchar(200) NULL  ,
   Type varchar(200) NULL  ,	# Changed -- 'Single' and 'Multiple' is moved out
   MaxValues integer,		# New -- was 'Single'(1) and 'Multiple'(0)
-  Pattern LONGTEXT NULL  ,	# New -- Must validate against this
+  Pattern TEXT NULL  ,	# New -- Must validate against this
   Repeated int2 NOT NULL DEFAULT 0 , # New -- repeated table entry
   Description varchar(255) NULL  ,
   SortOrder integer NOT NULL DEFAULT 0  ,


More information about the Rt-commit mailing list