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: Fri, 02 Jun 2006 15:21:40 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     paul poulain <address@hidden>   06/06/02 15:21:40

Modified files:
        updater        : updatedatabase 

Log message:
        moving dewey to a varchar

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?only_with_tag=rel_2_2&tr1=1.100.2.43&tr2=1.100.2.44&r1=text&r2=text

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.43 
koha/updater/updatedatabase:1.100.2.44
--- koha/updater/updatedatabase:1.100.2.43      Thu Apr 27 18:07:40 2006
+++ koha/updater/updatedatabase Fri Jun  2 15:21:40 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.43 2006/04/27 18:07:40 oleonard Exp $
+# $Id: updatedatabase,v 1.100.2.44 2006/06/02 15:21:40 tipaul Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -1461,6 +1461,16 @@
             extra   => ''
         },
     ],
+    biblioitems => [
+        {
+            field   => 'dewey',
+            type    => 'varchar(30)',
+            null    => 'NULL',
+            key     => '',
+            default => '',
+            extra   => ''
+        },
+    ],
 );
 
 #-------------------
@@ -2123,6 +2133,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.44  2006/06/02 15:21:40  tipaul
+# moving dewey to a varchar
+#
 # Revision 1.100.2.43  2006/04/27 18:07:40  oleonard
 # Adding two new system preferences:
 #




reply via email to

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