From f83dcadcc9c6749c2262aca6ecfe6f62d0ec374e Mon Sep 17 00:00:00 2001
From: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Date: Fri, 25 Aug 2023 12:28:06 +0000
Subject: [PATCH] Bug 33537: (QA follow-up) Update kohastructure.sql to match
 atomic update script
Content-Type: text/plain; charset=utf-8

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 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 ce3b40be05..dcd57836a7 100644
--- a/installer/data/mysql/kohastructure.sql
+++ b/installer/data/mysql/kohastructure.sql
@@ -4033,7 +4033,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