[Koha-cvs] CVS: koha koha.mysql,1.1.2.1,1.1.2.2

Chris Cormack rangi at users.sourceforge.net
Tue Jun 25 00:01:28 CEST 2002


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)
  );





More information about the Koha-cvs mailing list