Bugzilla – Attachment 153612 Details for
Bug 25159
Action logs should be stored in JSON (and as a diff of the change)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25159: Update Schema File [DO NOT PUSH]
Bug-25159-Update-Schema-File-DO-NOT-PUSH.patch (text/plain), 1.55 KB, created by
ByWater Sandboxes
on 2023-07-18 15:12:32 UTC
(
hide
)
Description:
Bug 25159: Update Schema File [DO NOT PUSH]
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2023-07-18 15:12:32 UTC
Size:
1.55 KB
patch
obsolete
>From 7589fe05da3404405aeb92f882c297abd2234677 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 18 Jul 2023 07:05:04 -0400 >Subject: [PATCH] Bug 25159: Update Schema File [DO NOT PUSH] > >Signed-off-by: Kyle Hall <kyle@bywatersolutions.com> >--- > Koha/Schema/Result/ActionLog.pm | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ActionLog.pm b/Koha/Schema/Result/ActionLog.pm >index 9a1da9747f..64391c1ced 100644 >--- a/Koha/Schema/Result/ActionLog.pm >+++ b/Koha/Schema/Result/ActionLog.pm >@@ -99,6 +99,13 @@ the name of the cron script that caused this change > > An optional stack trace enabled by ActionLogsTraceDepth > >+=head2 diff >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ >+Stores a diff of the changed object >+ > =cut > > __PACKAGE__->add_columns( >@@ -127,6 +134,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 255 }, > "trace", > { data_type => "text", is_nullable => 1 }, >+ "diff", >+ { data_type => "longtext", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -142,8 +151,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("action_id"); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-14 11:43:23 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Pk40bYslXRv5opmzBBVs3w >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-07-18 11:04:28 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:k07I1HWpWKg0K4+JvQKAYA > > > # 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 25159
:
153600
|
153601
|
153602
|
153603
|
153604
|
153606
|
153607
|
153608
|
153609
|
153611
|
153612
|
153613
|
153614
|
153637
|
153643
|
153644
|
153645
|
153646
|
159758
|
164597
|
164598
|
164599
|
164600
|
164601
|
165527
|
165528
|
165529
|
165530
|
165531
|
165532
|
166219