Closed (fixed)
Project:
MERCI (Manage Equipment Reservations, Checkout and Inventory)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Apr 2009 at 03:15 UTC
Updated:
14 May 2009 at 21:50 UTC
Comments
Comment #1
kreynen commentedThis was my mistake. In a rush to get a new version of MERCI pushed out to CVS, I neglected to include the update to the database in the install. This has been fixed in CVS. You can either wait for a new release to get rolled or make the SQL update yourself...
ALTER TABLE merci_resource_node ADD min_cancel_hours TINYINT NOT NULL DEFAULT '0';
ALTER TABLE merci_bucket_node ADD min_cancel_hours TINYINT NOT NULL DEFAULT '0';