From 1a3e1c2248238d5a4a4625d53c34ec52210bb94b Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 15 May 2003 12:23:33 +0000 Subject: [PATCH] adding zipcode and homezipcode into borrowers table (bug #246 --- updater/updatedatabase | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index 2a6790b770..963bab87ad 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -243,6 +243,8 @@ my %requirefields = ( itemtypes => { 'notforloan' => 'smallint(6)' }, systempreferences => { 'explanation' => 'char(80)' }, z3950servers => { 'syntax' => 'char(80)' }, + borrowers => {'zipcode' => 'varchar(25)', + 'homezipcode' => 'varchar(25)'} ); my %dropable_table = ( @@ -778,6 +780,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.47 2003/05/15 12:23:33 tipaul +# adding zipcode and homezipcode into borrowers table (bug #246 +# # Revision 1.46 2003/05/08 12:48:24 wolfpac444 # Added "noissuescharge" parameter # -- 2.39.2