diff options
Diffstat (limited to 'rt/etc/schema.SQLite')
-rw-r--r-- | rt/etc/schema.SQLite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/etc/schema.SQLite b/rt/etc/schema.SQLite index 8791bb47e..ce75ccc13 100644 --- a/rt/etc/schema.SQLite +++ b/rt/etc/schema.SQLite @@ -367,7 +367,7 @@ CREATE TABLE CustomFields ( 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 varchar(65536) 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 , |