[Rt-commit] r11105 - rt/branches/3.8-TESTING/etc
ruz at bestpractical.com
ruz at bestpractical.com
Tue Mar 18 16:35:57 EDT 2008
Author: ruz
Date: Tue Mar 18 16:35:56 2008
New Revision: 11105
Modified:
rt/branches/3.8-TESTING/etc/schema.mysql-4.1
Log:
* pattern is TEXT these days
Modified: rt/branches/3.8-TESTING/etc/schema.mysql-4.1
==============================================================================
--- rt/branches/3.8-TESTING/etc/schema.mysql-4.1 (original)
+++ rt/branches/3.8-TESTING/etc/schema.mysql-4.1 Tue Mar 18 16:35:56 2008
@@ -374,7 +374,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 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