@@ -, +, @@ --- installer/data/mysql/kohastructure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/kohastructure.sql +++ a/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; --