koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/updater updatedatabase,1.64,1.65


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.64,1.65
Date: Thu, 06 Nov 2003 07:07:13 -0800

Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv27132/updater

Modified Files:
        updatedatabase 
Log Message:
adding marc fields in deletedbiblio & deleteditems

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -r1.64 -r1.65
*** updatedatabase      23 Oct 2003 20:33:53 -0000      1.64
--- updatedatabase      6 Nov 2003 15:07:11 -0000       1.65
***************
*** 212,216 ****
  my %requirefields = (
      biblio        => { 'abstract' => 'text' },
!     deletedbiblio => { 'abstract' => 'text' },
      biblioitems   => {
          'lccn' => 'char(25)',
--- 212,217 ----
  my %requirefields = (
      biblio        => { 'abstract' => 'text' },
!     deletedbiblio => { 'abstract' => 'text', 'marc' => 'blob' },
!     deleteditems => { 'marc' => 'blob' },
      biblioitems   => {
          'lccn' => 'char(25)',
***************
*** 923,926 ****
--- 924,930 ----
  
  # $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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]