0000684: Space for Legal Text is not enough. Extended to a text field.
[fa-stable.git] / sql / en_US-new.sql
index f9d81ce47f5963ec5beececc36bee684d94cb73a..c80bd31421b3da9ea511a477a51c8327a0d421ac 100644 (file)
@@ -1769,7 +1769,7 @@ CREATE TABLE IF NOT EXISTS `0_sys_prefs` (
   `category` varchar(30) default NULL,
   `type` varchar(20) NOT NULL default '',
   `length` smallint(6) default NULL,
-  `value` tinytext,
+  `value` text,
   PRIMARY KEY  (`name`),
   KEY `category` (`category`)
 ) ENGINE=MyISAM;