From 9131b53aecf99b53c8a7ea387784c078213d6e6b Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 25 Aug 2023 12:28:06 +0000 Subject: [PATCH] Bug 33537: (QA follow-up) Update kohastructure.sql to match atomic update script Signed-off-by: Pedro Amorim --- 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 f4721e3193..8afaba0d55 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -4032,7 +4032,7 @@ CREATE TABLE `mail_domain_limits` ( `id` int(11) NOT NULL AUTO_INCREMENT, `domain_name` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `domain_limit` int(11) DEFAULT NULL, - `units` int(11), + `units` int(11) DEFAULT NULL, `unit_type` enum('minutes','hours','days') COLLATE utf8mb4_unicode_ci, `belongs_to` int(11) DEFAULT NULL, PRIMARY KEY (`id`), -- 2.30.2