From a0e06bc047159f4a835da520e4fd2286c01b5c0c Mon Sep 17 00:00:00 2001 From: btoumi Date: Thu, 22 Jun 2006 10:30:57 +0000 Subject: [PATCH] modify firstname field caracteristic from borrowers table --- updater/updatedatabase | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index 5d298c02c7..1f90f14a52 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -547,6 +547,10 @@ my %fielddefinitions = ( }, ], borrowers => [ + { field => 'firstname', + type => 'text', + null => 'NULL', + }, { field => 'B_email', type => 'text', null => 'NULL', @@ -1797,6 +1801,9 @@ sub MARCgetitem { exit; # $Log$ +# Revision 1.150 2006/06/22 10:30:57 btoumi +# modify firstname field caracteristic from borrowers table +# # Revision 1.149 2006/06/20 22:35:47 rangi # Code to allow the associated borrowers to work # -- 2.20.1