Bugzilla – Attachment 128950 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
Bug-27208-Schema-changes.patch (text/plain), 835 bytes, created by
Björn Nylén
on 2022-01-02 16:08:57 UTC
(
hide
)
Description:
Bug 27208: Schema changes
Filename:
MIME Type:
Creator:
Björn Nylén
Created:
2022-01-02 16:08:57 UTC
Size:
835 bytes
patch
obsolete
>From b77e60e4315c017f91a2903c08abb80dac502414 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Nyl=C3=A9n?= <bjorn.nylen@ub.lu.se> >Date: Tue, 14 Dec 2021 08:34:55 +0000 >Subject: [PATCH] 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