[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha koha.mysql,1.1.2.1,1.1.2.2
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha koha.mysql,1.1.2.1,1.1.2.2 |
Date: |
Mon, 24 Jun 2002 15:01:28 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv16277
Modified Files:
Tag: rel-1-2
koha.mysql
Log Message:
Have added missing borrowernumber field to the statistics table
Index: koha.mysql
===================================================================
RCS file: /cvsroot/koha/koha/Attic/koha.mysql,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** koha.mysql 24 Jun 2002 20:18:17 -0000 1.1.2.1
--- koha.mysql 24 Jun 2002 22:01:26 -0000 1.1.2.2
***************
*** 757,760 ****
--- 757,761 ----
itemnumber int(11),
itemtype varchar(4),
+ borrowernumber int(11) default NULL,
KEY timeidx (datetime)
);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha koha.mysql,1.1.2.1,1.1.2.2,
Chris Cormack <=