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

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 23 13:27:32 CEST 2003


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

Modified Files:
	updatedatabase 
Log Message:


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** updatedatabase	11 Jun 2003 21:28:22 -0000	1.50
--- updatedatabase	23 Jun 2003 11:27:29 -0000	1.51
***************
*** 238,241 ****
--- 238,242 ----
      },
      aqorders => { 'budgetdate' => 'date' },
+     aqbudget => {'aqbudgetid' => 'tinyint(4) auto_increment'},
  
      #added so that reference items are not available for reserves...
***************
*** 544,547 ****
--- 545,557 ----
          },
      ],
+     aqbudget => [
+         {
+             field   => 'aqbudgetid',
+             type    => 'tinyint(4)',
+             null    => '',
+             key     => 'PRI',
+             default => 'auto_increment'
+         },
+     ],
      z3950servers => [
          {
***************
*** 848,851 ****
--- 858,864 ----
  
  # $Log$
+ # Revision 1.51  2003/06/23 11:27:29  tipaul
+ # *** empty log message ***
+ #
  # Revision 1.50  2003/06/11 21:28:22  tonnesen
  # Added modifications required to the systempreferences table by the new





More information about the Koha-cvs mailing list