koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/updater updatedatabase [rel_2_2]


From: paul poulain
Subject: [Koha-cvs] koha/updater updatedatabase [rel_2_2]
Date: Thu, 08 Feb 2007 09:25:41 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     paul poulain <tipaul>   07/02/08 09:25:41

Modified files:
        updater        : updatedatabase 

Log message:
        changing tagorder to int(11) instead of tinyint

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_2_2&r1=1.100.2.58&r2=1.100.2.59

Patches:
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.58
retrieving revision 1.100.2.59
diff -u -b -r1.100.2.58 -r1.100.2.59
--- updatedatabase      31 Jan 2007 20:39:03 -0000      1.100.2.58
+++ updatedatabase      8 Feb 2007 09:25:41 -0000       1.100.2.59
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.58 2007/01/31 20:39:03 bob_lyon Exp $
+# $Id: updatedatabase,v 1.100.2.59 2007/02/08 09:25:41 tipaul Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -2112,6 +2112,9 @@
 $dbh->do(
 "alter table marc_subfield_table change tagorder tagorder int not null default 
'1'"
 );
+$dbh->do(
+"alter table marc_word change tagorder tagorder int not null default '1'"
+);
 
 # Get list of columns from marc_word table
 my %marc_word;
@@ -2300,6 +2303,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.59  2007/02/08 09:25:41  tipaul
+# changing tagorder to int(11) instead of tinyint
+#
 # Revision 1.100.2.58  2007/01/31 20:39:03  bob_lyon
 # adding in style changes to the print slip receipt layout
 #




reply via email to

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