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: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/updater updatedatabase [rel_2_2]
Date: Mon, 31 Jul 2006 13:10:39 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Henri-Damien LAURENT <hdl>      06/07/31 13:10:39

Modified files:
        updater        : updatedatabase 

Log message:
        adding publisheddate column 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.49&r2=1.100.2.50

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.49
retrieving revision 1.100.2.50
diff -u -b -r1.100.2.49 -r1.100.2.50
--- updatedatabase      31 Jul 2006 10:15:42 -0000      1.100.2.49
+++ updatedatabase      31 Jul 2006 13:10:39 -0000      1.100.2.50
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.49 2006/07/31 10:15:42 hdl Exp $
+# $Id: updatedatabase,v 1.100.2.50 2006/07/31 13:10:39 hdl Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -457,6 +457,7 @@
         'category' => 'char(1)',
     },
     marc_biblio => { 'frameworkcode' => 'char(4) not NULL default \'\'' },
+    serial => { 'publisheddate' => 'date NULL default '},
 );
 
 my %dropable_table = (
@@ -2166,6 +2167,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.50  2006/07/31 13:10:39  hdl
+# adding publisheddate column to serial table.
+#
 # Revision 1.100.2.49  2006/07/31 10:15:42  hdl
 # BugFixing : MARCdetail : displayin field values with ESCAPE=HTML  (in order 
to manage  '<''>' characters)
 #




reply via email to

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