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.4.2.17,1.4.2.18


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.17,1.4.2.18
Date: Sat, 20 Jul 2002 15:28:15 -0700

Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv13563/updater

Modified Files:
      Tag: rel-1-2
        updatedatabase 
Log Message:
Fixing missing column (budgetdate) in aqorders
re bug 69


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.17
retrieving revision 1.4.2.18
diff -C2 -r1.4.2.17 -r1.4.2.18
*** updatedatabase      11 Jul 2002 18:36:39 -0000      1.4.2.17
--- updatedatabase      20 Jul 2002 22:28:13 -0000      1.4.2.18
***************
*** 111,114 ****
--- 111,115 ----
      borrowers=>{'userid' => 'char(30)',
                'password' => 'char(30)',},
+     aqorders=>{'budgetdate' => 'date'},                  
  );
  
***************
*** 305,308 ****
--- 306,313 ----
  
  # $Log$
+ # Revision 1.4.2.18  2002/07/20 22:28:13  rangi
+ # Fixing missing column (budgetdate) in aqorders
+ # re bug 69
+ #
  # Revision 1.4.2.17  2002/07/11 18:36:39  tonnesen
  # New fields and tables for authentication module.




reply via email to

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