[Koha-bugs] [Bug 2046] Suggestions: Title Field too small

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Dec 24 02:27:59 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2046





------- Comment #4 from koha at 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.



More information about the Koha-bugs mailing list