From d6044c0567aedc85cbb84f08e8e74468a3efbf82 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 8 Nov 2004 19:57:32 +0000 Subject: [PATCH] bugfix --- updater/updatedatabase | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index fd8e587220..2fcbfae9e6 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -373,7 +373,7 @@ my %requiretables = ( my %requirefields = ( biblio => { 'abstract' => 'text' }, deletedbiblio => { 'abstract' => 'text', 'marc' => 'blob' }, - deleteditems => { 'marc' => 'blob', 'paidfor' => 'text' }, + deleteditems => { 'marc' => 'blob', 'paidfor' => 'text', 'location' => 'varchar(80)'}, biblioitems => { 'lccn' => 'char(25)', 'url' => 'varchar(255)', @@ -1369,6 +1369,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.95 2004/11/08 19:57:32 tipaul +# bugfix +# # Revision 1.94 2004/09/06 10:00:29 tipaul # adding a "location" field to the library. # This field is useful when the callnumber contains no information on the room where the item is stored. -- 2.39.5