From b2c13b40fb9c39bc0e7b2052455c4ab78b1dd75e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 18 Jan 2018 06:56:12 -0500 Subject: [PATCH] Bug 9634 [QA Followup] - Add new column to kohastructure.sql --- installer/data/mysql/kohastructure.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index f031503..68e28a5 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -1455,6 +1455,7 @@ CREATE TABLE saved_sql ( -- saved sql reports report_area varchar(6) default NULL, report_group varchar(80) default NULL, report_subgroup varchar(80) default NULL, + `combine_params` tinyint(1) NOT NULL DEFAULT 0, -- controls if matching <> vars in reports share the same value PRIMARY KEY (`id`), KEY sql_area_group_idx (report_group, report_subgroup), KEY boridx (`borrowernumber`) -- 2.10.2