Bugzilla – Attachment 136298 Details for
Bug 30889
Background jobs lead to wrong/missing info in logs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30889: DBIC Schema
Bug-30889-DBIC-Schema.patch (text/plain), 1.47 KB, created by
Kyle M Hall (khall)
on 2022-06-17 18:03:55 UTC
(
hide
)
Description:
Bug 30889: DBIC Schema
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-06-17 18:03:55 UTC
Size:
1.47 KB
patch
obsolete
>From 1dd5fc23365c3f334d37fa5aa18a204cb3a79ab2 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 10 Jun 2022 14:21:41 +0100 >Subject: [PATCH] Bug 30889: DBIC Schema > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Schema/Result/BackgroundJob.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/BackgroundJob.pm b/Koha/Schema/Result/BackgroundJob.pm >index 97f5fdef014..7a842ea6d16 100644 >--- a/Koha/Schema/Result/BackgroundJob.pm >+++ b/Koha/Schema/Result/BackgroundJob.pm >@@ -70,6 +70,11 @@ Name of the queue the job is sent to > data_type: 'longtext' > is_nullable: 1 > >+=head2 context >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ > =head2 enqueued_on > > data_type: 'datetime' >@@ -112,6 +117,8 @@ __PACKAGE__->add_columns( > }, > "data", > { data_type => "longtext", is_nullable => 1 }, >+ "context", >+ { data_type => "longtext", is_nullable => 1 }, > "enqueued_on", > { > data_type => "datetime", >@@ -145,8 +152,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("id"); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-04 17:50:05 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EQUgOEtr2ymejd/0ZffJWg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-10 13:21:28 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:P1FXv3Jy6MST5qMrM5uJKw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.30.2
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 30889
:
135759
|
135760
|
135932
|
135933
|
135934
|
135935
|
135936
|
136294
|
136295
|
136296
|
136297
|
136298
|
136299
|
136375
|
136376
|
136784
|
136785
|
136786
|
136787
|
136788
|
136789
|
136790
|
136791
|
136792
|
136904
|
136948