Bug 27783: (follow-up) Add DB change to installer
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
faf2a07231
commit
dc886e1b13
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue