adding marc fields in deletedbiblio & deleteditems
This commit is contained in:
parent
8af672a1c8
commit
fb8dadc918
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue