From 177d7f994e32a7c52a7da0f2639280d35d7444fe Mon Sep 17 00:00:00 2001 From: rangi Date: Thu, 17 May 2001 22:36:07 +0000 Subject: [PATCH] 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 :-) --- database.mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.mysql b/database.mysql index f51d5d9d47..497c365c4a 100644 --- a/database.mysql +++ b/database.mysql @@ -576,7 +576,7 @@ CREATE TABLE items ( binding decimal(28,6), itemnotes text, holdingbranch varchar(4), - interim tinyint(1), + paidfor text, timestamp timestamp(14), KEY itembarcodeidx (barcode), KEY itembinoidx (biblioitemnumber), -- 2.39.5