Bugzilla – Attachment 123537 Details for
Bug 28813
Fix recording and display of delivery errors for patron notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28813: DBIC Schema Update
Bug-28813-DBIC-Schema-Update.patch (text/plain), 1.40 KB, created by
David Nind
on 2021-08-05 20:59:53 UTC
(
hide
)
Description:
Bug 28813: DBIC Schema Update
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-08-05 20:59:53 UTC
Size:
1.40 KB
patch
obsolete
>From c9e0264143edb0526bd06f282724e6aa9dc216a6 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 5 Aug 2021 10:15:58 +0100 >Subject: [PATCH] Bug 28813: DBIC Schema Update > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Schema/Result/MessageQueue.pm | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/MessageQueue.pm b/Koha/Schema/Result/MessageQueue.pm >index 180ddb6df3..810064a1b0 100644 >--- a/Koha/Schema/Result/MessageQueue.pm >+++ b/Koha/Schema/Result/MessageQueue.pm >@@ -103,7 +103,7 @@ __PACKAGE__->table("message_queue"); > data_type: 'mediumtext' > is_nullable: 1 > >-=head2 delivery_note >+=head2 failure_code > > data_type: 'mediumtext' > is_nullable: 1 >@@ -153,7 +153,7 @@ __PACKAGE__->add_columns( > { data_type => "longtext", is_nullable => 1 }, > "content_type", > { data_type => "mediumtext", is_nullable => 1 }, >- "delivery_note", >+ "failure_code", > { data_type => "mediumtext", is_nullable => 1 }, > ); > >@@ -207,8 +207,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-05-07 12:13:54 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YufQVvbtEj4pIJI1iw9Omg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-08-05 08:57:36 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NwbN8wPMAlucrw6iQ2XQ5g > > sub koha_object_class { > 'Koha::Notice::Message'; >-- >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 28813
:
123471
|
123472
|
123473
|
123474
|
123536
|
123537
|
123538
|
123539
|
123667
|
123668
|
123669
|
123670