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.13,1.14


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.13,1.14
Date: Mon, 08 Jul 2002 09:20:29 -0700

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

Modified Files:
        updatedatabase 
Log Message:
Added sessionqueries table and password/userid fields to borrowers table


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** updatedatabase      4 Jul 2002 18:05:36 -0000       1.13
--- updatedatabase      8 Jul 2002 16:20:26 -0000       1.14
***************
*** 89,92 ****
--- 89,96 ----
                lasttime int,
                PRIMARY KEY (sessionID)   )",
+     sessionqueries=>"( sessionID varchar(255) NOT NULL default '',
+                      userid char(100) NOT NULL default '',
+                      ip char(18) NOT NULL default '',
+                      url text NOT NULL default ''  )",
  );
  
***************
*** 105,108 ****
--- 109,114 ----
      aqbooksellers=>{'invoicedisc' =>'float(6,4)',
                     'nocalc' => 'int(11)'},
+     borrowers=>{'userid' => 'char(30)',
+               'password' => 'char(30)',},
  );
  
***************
*** 299,302 ****
--- 305,311 ----
  
  # $Log$
+ # Revision 1.14  2002/07/08 16:20:26  tonnesen
+ # Added sessionqueries table and password/userid fields to borrowers table
+ #
  # Revision 1.13  2002/07/04 18:05:36  tonnesen
  # bug fix




reply via email to

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