[Koha-cvs] CVS: koha/updater updatedatabase,1.13,1.14

Steve Tonnesen tonnesen at users.sourceforge.net
Mon Jul 8 18:20:29 CEST 2002


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





More information about the Koha-cvs mailing list