From 5692934fa4a8931412fc0e74f13fbf60a5151be9 Mon Sep 17 00:00:00 2001 From: btoumi Date: Thu, 22 Jun 2006 10:33:14 +0000 Subject: [PATCH] sorry i forget deletedborrowers table modify firstname field from deletedborrowers table --- updater/updatedatabase | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 1f90f14a52..931da25f38 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -613,6 +613,10 @@ my %fielddefinitions = ( ], deletedborrowers => [ + { field => 'firstname', + type => 'text', + null => 'NULL', + }, { field => 'B_email', type => 'text', null => 'NULL', @@ -1801,8 +1805,9 @@ sub MARCgetitem { exit; # $Log$ -# Revision 1.150 2006/06/22 10:30:57 btoumi -# modify firstname field caracteristic from borrowers table +# Revision 1.151 2006/06/22 10:33:14 btoumi +# sorry i forget deletedborrowers table +# modify firstname field from deletedborrowers table # # Revision 1.149 2006/06/20 22:35:47 rangi # Code to allow the associated borrowers to work -- 2.39.2