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.50,1.51


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.50,1.51
Date: Mon, 23 Jun 2003 04:27:32 -0700

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




reply via email to

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