Index: ext_tables.sql =================================================================== --- ext_tables.sql (revision 9193372ce8f192b19d36c40d40f00ed7fa0741ae) +++ ext_tables.sql (revision ) @@ -8,9 +8,9 @@ deleted tinyint(1) DEFAULT '0' NOT NULL, title varchar(30) DEFAULT '' NOT NULL, description varchar(255) DEFAULT '' NOT NULL, - adminusers text, - members text, - reviewers text, + adminusers varchar(4000) DEFAULT '' NOT NULL, + members varchar(4000) DEFAULT '' NOT NULL, + reviewers varchar(4000) DEFAULT '' NOT NULL, db_mountpoints varchar(255) DEFAULT '' NOT NULL, file_mountpoints varchar(255) DEFAULT '' NOT NULL, publish_time int(11) DEFAULT '0' NOT NULL,