Bugzilla – Attachment 194430 Details for
Bug 41310
Add remote_ip (REMOTE_ADDR) to action_logs table to improve security auditing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41310: Schema changes DO NOT PUSH
Bug-41310-Schema-changes-DO-NOT-PUSH.patch (text/plain), 1.02 KB, created by
Saiful Amin
on 2026-03-04 06:29:49 UTC
(
hide
)
Description:
Bug 41310: Schema changes DO NOT PUSH
Filename:
MIME Type:
Creator:
Saiful Amin
Created:
2026-03-04 06:29:49 UTC
Size:
1.02 KB
patch
obsolete
>From a306bcf478f83902104990cffa6dfaa19b55c2b7 Mon Sep 17 00:00:00 2001 >From: Saiful Amin <saiful@semanticconsulting.com> >Date: Wed, 4 Mar 2026 06:28:02 +0000 >Subject: [PATCH] Bug 41310: Schema changes DO NOT PUSH > >--- > Koha/Schema/Result/ActionLog.pm | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/Koha/Schema/Result/ActionLog.pm b/Koha/Schema/Result/ActionLog.pm >index c97ffdcf21..82ff990004 100644 >--- a/Koha/Schema/Result/ActionLog.pm >+++ b/Koha/Schema/Result/ActionLog.pm >@@ -106,6 +106,14 @@ An optional stack trace enabled by ActionLogsTraceDepth > > Stores a diff of the changed object > >+=head2 ip_address >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 45 >+ >+IP address of the client that performed the action >+ > =cut > > __PACKAGE__->add_columns( >@@ -136,6 +144,8 @@ __PACKAGE__->add_columns( > { data_type => "text", is_nullable => 1 }, > "diff", > { data_type => "longtext", is_nullable => 1 }, >+ "ip_address", >+ { data_type => "varchar", is_nullable => 1, size => 45 }, > ); > > =head1 PRIMARY KEY >-- >2.43.0
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 41310
:
192147
|
193980
|
194151
|
194255
|
194429
| 194430