[Koha-devel] CVS: koha database.mysql,1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Fri May 18 00:36:10 CEST 2001


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

Modified Files:
	database.mysql 
Log Message:
Changed the interim field in the items table, to be paidfor
The horowhenua librarians wanted a place to store information when a lost
item was paid for. The information is removed if the item is ever returned.
The interim field was a hangover from the previous system and wasnt be used
so I stole it :-)


Index: database.mysql
===================================================================
RCS file: /cvsroot/koha/koha/database.mysql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** database.mysql	2001/03/12 22:43:47	1.1
--- database.mysql	2001/05/17 22:36:07	1.2
***************
*** 577,581 ****
    itemnotes text,
    holdingbranch varchar(4),
!   interim tinyint(1),
    timestamp timestamp(14),
    KEY itembarcodeidx (barcode),
--- 577,581 ----
    itemnotes text,
    holdingbranch varchar(4),
!   paidfor text,
    timestamp timestamp(14),
    KEY itembarcodeidx (barcode),





More information about the Koha-devel mailing list