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

Paul POULAIN tipaul at users.sourceforge.net
Thu Nov 6 16:07:13 CET 2003


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





More information about the Koha-cvs mailing list