Bugzilla – Attachment 128389 Details for
Bug 27208
Add a configurable time delay feature to hold notice templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27208: Schema changes
0003-Bug-27208-Schema-changes.patch (text/plain), 806 bytes, created by
Björn Nylén
on 2021-12-10 10:10:52 UTC
(
hide
)
Description:
Bug 27208: Schema changes
Filename:
MIME Type:
Creator:
Björn Nylén
Created:
2021-12-10 10:10:52 UTC
Size:
806 bytes
patch
obsolete
>From 9f86f4c9b841ca44db0916b804cbed83342904aa Mon Sep 17 00:00:00 2001 >From: root <root@9b7442205204> >Date: Thu, 9 Dec 2021 13:43:52 +0000 >Subject: [PATCH 3/4] Bug 27208: Schema changes > >--- > Koha/Schema/Result/MessageQueue.pm | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/Koha/Schema/Result/MessageQueue.pm b/Koha/Schema/Result/MessageQueue.pm >index 810064a1b0..06dc50b3ab 100644 >--- a/Koha/Schema/Result/MessageQueue.pm >+++ b/Koha/Schema/Result/MessageQueue.pm >@@ -155,6 +155,13 @@ __PACKAGE__->add_columns( > { data_type => "mediumtext", is_nullable => 1 }, > "failure_code", > { data_type => "mediumtext", is_nullable => 1 }, >+ "delay_until", >+ { >+ data_type => "timestamp", >+ datetime_undef_if_invalid => 1, >+ is_nullable => 1, >+ }, >+ > ); > > =head1 PRIMARY KEY >-- >2.20.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 27208
:
128387
|
128388
|
128389
|
128390
|
128587
|
128588
|
128589
|
128590
|
128948
|
128949
|
128950
|
128951