[Top][All Lists]
[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.13,1.14,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha-html/intranet-html index.html,1.5,1.6
- Next by Date:
[Koha-cvs] CVS: koha/C4 Output.pm,1.12,1.13 Acquisitions.pm,1.19,1.20 Biblio.pm,1.3,1.4
- Previous by thread:
[Koha-cvs] CVS: koha-html/intranet-html index.html,1.5,1.6
- Next by thread:
[Koha-cvs] CVS: koha/C4 Output.pm,1.12,1.13 Acquisitions.pm,1.19,1.20 Biblio.pm,1.3,1.4
- Index(es):