Bugzilla – Attachment 132849 Details for
Bug 27783
Introduce background job queues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27783: (follow-up) Add DB change to installer
Bug-27783-follow-up-Add-DB-change-to-installer.patch (text/plain), 1.04 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-04-01 12:03:37 UTC
(
hide
)
Description:
Bug 27783: (follow-up) Add DB change to installer
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-04-01 12:03:37 UTC
Size:
1.04 KB
patch
obsolete
>From 66c9368fd3878e63ce6c374a853bd27c9f5a4163 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >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 <martin.renvoize@ptfs-europe.com> >--- > 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.35.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27783
:
132642
|
132644
|
132649
|
132650
|
132651
|
132846
|
132847
|
132848
|
132849
|
132850
|
132875
|
132876
|
132877
|
132878
|
132879
|
132880
|
132948
|
132950
|
132951
|
133160
|
133161
|
133162
|
133163
|
133164
|
133165
|
133166
|
133167
|
133168
|
133169
|
133170
|
133171
|
133172
|
133173
|
133174
|
133175
|
133176
|
133177
|
133178
|
133179