[Koha-cvs] koha/misc koha.mysql [R_2-2-7-1]

Antoine Farnault antoine at koha-fr.org
Mon Feb 12 11:32:58 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	Antoine Farnault <toins>	07/02/12 10:32:58

Modified files:
	misc           : koha.mysql 

Log message:
	Commiting BUG FIX for 2.2.7.1.
	
	(marc_subfield_structure - seealso field was too short, clipping over half of the subfield '650a', consiquently, breaking searching by subject as it would not execute, mysql syntax error. changed field type to text.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/koha.mysql?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.10.2.1&r2=1.10.2.1.6.1

Patches:
Index: koha.mysql
===================================================================
RCS file: /sources/koha/koha/misc/koha.mysql,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.1.6.1
diff -u -b -r1.10.2.1 -r1.10.2.1.6.1
--- koha.mysql	18 Jul 2005 15:11:06 -0000	1.10.2.1
+++ koha.mysql	12 Feb 2007 10:32:58 -0000	1.10.2.1.6.1
@@ -939,7 +939,7 @@
   isurl tinyint(1) default NULL,
   hidden tinyint(1) default NULL,
   frameworkcode varchar(4) NOT NULL default '',
-  seealso varchar(255) default NULL,
+  seealso text default NULL,
   link varchar(80) default NULL,
   PRIMARY KEY  (frameworkcode,tagfield,tagsubfield),
   KEY tab (frameworkcode,tab),





More information about the Koha-cvs mailing list