adding marc fields in deletedbiblio & deleteditems
authortipaul <tipaul>
Thu, 6 Nov 2003 15:07:11 +0000 (15:07 +0000)
committertipaul <tipaul>
Thu, 6 Nov 2003 15:07:11 +0000 (15:07 +0000)
updater/updatedatabase

index acb0ba5..06a6e96 100755 (executable)
@@ -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
 #