From bbfb21feb1c859ce8e9da807d49e711522c36d7e Mon Sep 17 00:00:00 2001 From: kados Date: Mon, 31 Jul 2006 13:31:27 +0000 Subject: [PATCH] slight bug fix for adding publisheddate field to serial table --- updater/updatedatabase | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 1b65209143..308cdadcbb 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -457,7 +457,7 @@ my %requirefields = ( '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 @@ $sth->finish; exit; # $Log$ +# 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. -- 2.39.5