koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/misc koha.mysql [rel_2_2]


From: Waylon Robertson
Subject: [Koha-cvs] koha/misc koha.mysql [rel_2_2]
Date: Sun, 28 Jan 2007 07:23:39 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Waylon Robertson <genji>        07/01/28 07:23:39

Modified files:
        misc           : koha.mysql 

Log message:
        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=rel_2_2&r1=1.10.2.1&r2=1.10.2.2

Patches:
Index: koha.mysql
===================================================================
RCS file: /sources/koha/koha/misc/koha.mysql,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -b -r1.10.2.1 -r1.10.2.2
--- koha.mysql  18 Jul 2005 15:11:06 -0000      1.10.2.1
+++ koha.mysql  28 Jan 2007 07:23:39 -0000      1.10.2.2
@@ -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),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]