From 386aca5d3672c9cdeff29a56a23df45c441226de Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 5 Mar 2019 20:53:04 +0000 Subject: [PATCH] Bug 18925: (RM follow-up) Remove issuingrules columns for new installs --- installer/data/mysql/kohastructure.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 16a1a684ea..2ef6860178 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -837,8 +837,6 @@ CREATE TABLE `issuingrules` ( -- circulation and fine rules `chargeperiod` int(11) default NULL, -- how often the fine amount is charged `chargeperiod_charge_at` tinyint(1) NOT NULL DEFAULT '0', -- Should fine be given at the start ( 1 ) or the end ( 0 ) of the period `accountsent` int(11) default NULL, -- not used? always NULL - `maxissueqty` int(4) default NULL, -- total number of checkouts allowed - `maxonsiteissueqty` int(4) default NULL, -- total number of on-site checkouts allowed `issuelength` int(4) default NULL, -- length of checkout in the unit set in issuingrules.lengthunit `lengthunit` varchar(10) default 'days', -- unit of checkout length (days, hours) `hardduedate` date default NULL, -- hard due date -- 2.11.0