[Koha-cvs] CVS: koha/updater updatedatabase,1.51,1.52

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 23 17:54:34 CEST 2003


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

Modified Files:
	updatedatabase 
Log Message:


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** updatedatabase	23 Jun 2003 11:27:29 -0000	1.51
--- updatedatabase	23 Jun 2003 15:54:32 -0000	1.52
***************
*** 104,108 ****
  							level tinyint(4) NOT NULL default '1',
  							hierarchy char(80) NOT NULL default '',
! 							father bigint(20) NOT NULL default '',
  							PRIMARY KEY  (id),
  							KEY freelib (freelib),
--- 104,108 ----
  							level tinyint(4) NOT NULL default '1',
  							hierarchy char(80) NOT NULL default '',
! 							father char(80) NOT NULL default '',
  							PRIMARY KEY  (id),
  							KEY freelib (freelib),
***************
*** 238,242 ****
      },
      aqorders => { 'budgetdate' => 'date' },
!     aqbudget => {'aqbudgetid' => 'tinyint(4) auto_increment'},
  
      #added so that reference items are not available for reserves...
--- 238,242 ----
      },
      aqorders => { 'budgetdate' => 'date' },
!     aqbudget => {'aqbudgetid' => 'tinyint(4) auto_increment primary key'},
  
      #added so that reference items are not available for reserves...
***************
*** 858,861 ****
--- 858,864 ----
  
  # $Log$
+ # Revision 1.52  2003/06/23 15:54:32  tipaul
+ # *** empty log message ***
+ #
  # Revision 1.51  2003/06/23 11:27:29  tipaul
  # *** empty log message ***





More information about the Koha-cvs mailing list