From fb8dadc918a4a66f620906328f2d48f8d2d5b854 Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 6 Nov 2003 15:07:11 +0000 Subject: [PATCH] adding marc fields in deletedbiblio & deleteditems --- updater/updatedatabase | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index acb0ba54bf..06a6e96654 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -211,7 +211,8 @@ my %requiretables = ( my %requirefields = ( biblio => { 'abstract' => 'text' }, - deletedbiblio => { 'abstract' => 'text' }, + deletedbiblio => { 'abstract' => 'text', 'marc' => 'blob' }, + deleteditems => { 'marc' => 'blob' }, biblioitems => { 'lccn' => 'char(25)', 'url' => 'varchar(255)', @@ -922,6 +923,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.65 2003/11/06 15:07:11 tipaul +# adding marc fields in deletedbiblio & deleteditems +# # Revision 1.64 2003/10/23 20:33:53 rangi # Making the borrowenumber an auto_increment field # -- 2.39.5