[Rt-commit] r6371 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Tue Nov 7 08:34:03 EST 2006
Author: ruz
Date: Tue Nov 7 08:34:03 2006
New Revision: 6371
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/etc/schema.mysql
Log:
r4099 at cubic-pc: cubic | 2006-11-06 23:40:04 +0300
* change type
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 08:34:03 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 varchar(255) NULL , # New -- Must validate against this
+ Pattern LONGTEXT 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