From 90cb257499d076dda421a1c24ce353d0cd0c9b6e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 11 Nov 2022 10:15:20 +0000 Subject: [PATCH] Bug 16223: (QA follow-up) Fix kohastructure bug --- 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 ff2c8ee9cc..263b53b50e 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2155,7 +2155,7 @@ CREATE TABLE `restriction_types` ( `is_system` tinyint(1) NOT NULL DEFAULT 0, `is_default` tinyint(1) NOT NULL DEFAULT 0, `lift_after_payment` tinyint(1) NOT NULL DEFAULT 0, - `fee_limit` decimal(28,6) DEFAULT NULL + `fee_limit` decimal(28,6) DEFAULT NULL, PRIMARY KEY (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- 2.20.1