From: Nick Clemens Date: Tue, 5 Mar 2019 20:53:04 +0000 (+0000) Subject: Bug 18925: (RM follow-up) Remove issuingrules columns for new installs X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=60c51b9bb07de4dea16b0a883ad1881829fe69ed;p=koha.git Bug 18925: (RM follow-up) Remove issuingrules columns for new installs Signed-off-by: Nick Clemens --- 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