From 80daa92c2cc1a0940bf8800d788c67131b094d21 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 30 Mar 2022 16:29:17 +0100 Subject: [PATCH] Bug 27783: (follow-up) Add DB change to installer Signed-off-by: Martin Renvoize --- installer/data/mysql/kohastructure.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 69b3613963..4645f0afa3 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -976,6 +976,7 @@ CREATE TABLE `background_jobs` ( `size` int(11) DEFAULT NULL, `borrowernumber` int(11) DEFAULT NULL, `type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, + `queue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default' COMMENT 'Name of the queue the job is sent to', `data` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `enqueued_on` datetime DEFAULT NULL, `started_on` datetime DEFAULT NULL, -- 2.20.1