From 932c2f951934f8b94ea5a627b60fda0441d29610 Mon Sep 17 00:00:00 2001 From: Arthur Suzuki Date: Fri, 27 Jan 2023 11:25:41 +0100 Subject: [PATCH] Bug 32330 : [21.11] column 'queue' is actually called 'type' --- 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 d6f2a7c3c6..e932a533f4 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -986,7 +986,7 @@ CREATE TABLE `background_jobs` ( `ended_on` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `borrowernumber` (`borrowernumber`), - KEY `queue` (`queue`), + KEY `type` (`type`), KEY `status` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- 2.39.5