From faf032c87e7a7fd6f927ccdcd70a745b8b2ab8cd Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 22 Aug 2020 03:12:36 +0000 Subject: [PATCH] Bug 18958: (QA follow-up) Add missing comma to kohastructure.sql Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- installer/data/mysql/kohastructure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index c90b617893..97d9b31acb 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -3978,7 +3978,7 @@ CREATE TABLE `hold_fill_targets` ( `itemnumber` int(11) NOT NULL, `source_branchcode` varchar(10) default NULL, `item_level_request` tinyint(4) NOT NULL default 0, - `reserve_id` int(11) DEFAULT NULL + `reserve_id` int(11) DEFAULT NULL, PRIMARY KEY `itemnumber` (`itemnumber`), KEY `bib_branch` (`biblionumber`, `source_branchcode`), CONSTRAINT `hold_fill_targets_ibfk_1` FOREIGN KEY (`borrowernumber`) -- 2.11.0