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.51,1.52


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.51,1.52
Date: Mon, 23 Jun 2003 08:54:34 -0700

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 ***




reply via email to

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