http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2046 ------- Comment #4 from koha@brinkerhoff.org 2008-12-23 17:27 ------- diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index fe924e6..595def6 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -1915,7 +1915,7 @@ CREATE TABLE `suggestions` ( `STATUS` varchar(10) NOT NULL default '', `note` mediumtext, `author` varchar(80) default NULL, - `title` varchar(80) default NULL, + `title` varchar(255) default NULL, `copyrightdate` smallint(6) default NULL, `publishercode` varchar(255) default NULL, `date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, This allows for title lengths up to 255 characters. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.