koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/updater updatedatabase


From: Antoine Farnault
Subject: [Koha-cvs] koha/updater updatedatabase
Date: Fri, 15 Jun 2007 13:09:08 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        07/06/15 13:09:08

Modified files:
        updater        : updatedatabase 

Log message:
        bugfix : bibliotitems.dewey & deletedbiblioitems.dewey mustn't be 
double(8,6).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&r1=1.166&r2=1.167

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -b -r1.166 -r1.167
--- updatedatabase      8 Jun 2007 09:40:12 -0000       1.166
+++ updatedatabase      15 Jun 2007 13:09:08 -0000      1.167
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.166 2007/06/08 09:40:12 toins Exp $
+# $Id: updatedatabase,v 1.167 2007/06/15 13:09:08 toins Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -743,6 +743,22 @@
             default    => '',
             extra    => '',
         },
+        {
+            field   => 'dewey',
+            type    => 'varchar(30)',
+            null    => 'null',
+            default => '',
+            extra   => '',
+        },
+    ],
+    deletedbiblioitems => [
+        {
+            field   => 'dewey',
+            type    => 'varchar(30)',
+            null    => 'null',
+            default => '',
+            extra   => '',
+        },
     ],
     branches =>  [
         {
@@ -2042,6 +2058,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.167  2007/06/15 13:09:08  toins
+# bugfix : bibliotitems.dewey & deletedbiblioitems.dewey mustn't be 
double(8,6).
+#
 # Revision 1.166  2007/06/08 09:40:12  toins
 # bug fix : items.homebranch must be VARCHAR(10)
 #




reply via email to

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