[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc/migration_tools/22_to_30 move_marc_to... [rel_3_0]
From: |
paul poulain |
Subject: |
[Koha-cvs] koha/misc/migration_tools/22_to_30 move_marc_to... [rel_3_0] |
Date: |
Wed, 17 Jan 2007 08:37:00 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: paul poulain <tipaul> 07/01/17 08:37:00
Modified files:
misc/migration_tools/22_to_30: move_marc_to_authheader.pl
Log message:
making authority XML LONGTEXT and not TEXT
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/migration_tools/22_to_30/move_marc_to_authheader.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.3&r2=1.1.2.4
Patches:
Index: move_marc_to_authheader.pl
===================================================================
RCS file:
/sources/koha/koha/misc/migration_tools/22_to_30/Attic/move_marc_to_authheader.pl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- move_marc_to_authheader.pl 1 Dec 2006 13:44:19 -0000 1.1.2.3
+++ move_marc_to_authheader.pl 17 Jan 2007 08:37:00 -0000 1.1.2.4
@@ -17,7 +17,7 @@
# adding marc xml, just for convenience
$dbh->do(
-'ALTER TABLE auth_header ADD marcxml TEXT CHARACTER SET utf8 COLLATE
utf8_general_ci NOT NULL '
+'ALTER TABLE auth_header ADD marcxml LONGTEXT CHARACTER SET utf8 COLLATE
utf8_general_ci NOT NULL '
);
$|=1; # flushes output
- [Koha-cvs] koha/misc/migration_tools/22_to_30 move_marc_to... [rel_3_0],
paul poulain <=