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: Joshua Ferraro
Subject: [Koha-cvs] koha/updater updatedatabase [rel_2_2]
Date: Mon, 31 Jul 2006 13:31:27 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <kados>  06/07/31 13:31:27

Modified files:
        updater        : updatedatabase 

Log message:
        slight bug fix for adding publisheddate field to serial table

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

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.51
retrieving revision 1.100.2.52
diff -u -b -r1.100.2.51 -r1.100.2.52
--- updatedatabase      31 Jul 2006 13:25:47 -0000      1.100.2.51
+++ updatedatabase      31 Jul 2006 13:31:27 -0000      1.100.2.52
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.51 2006/07/31 13:25:47 kados Exp $
+# $Id: updatedatabase,v 1.100.2.52 2006/07/31 13:31:27 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -457,7 +457,7 @@
         'category' => 'char(1)',
     },
     marc_biblio => { 'frameworkcode' => 'char(4) not NULL default \'\'' },
-    serial => { 'publisheddate' => 'date NULL default '},
+    serial => { 'publisheddate' => 'date'},
 );
 
 my %dropable_table = (
@@ -2167,6 +2167,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.52  2006/07/31 13:31:27  kados
+# slight bug fix for adding publisheddate field to serial table
+#
 # Revision 1.100.2.51  2006/07/31 13:25:47  kados
 # labels_conf section changed itemcallno to itemcallnumber to be
 # consistent.




reply via email to

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