https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41310

--- Comment #9 from David Cook <[email protected]> ---
Comment on attachment 193980
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193980
Bug 41310: (follow-up) Add ActionLogsEnableIPLogging system preference

Review of attachment 193980:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=41310&attachment=193980)
-----------------------------------------------------------------

::: installer/data/mysql/db_revs/bug_41310.pl
@@ +1,1 @@
> +#!/usr/bin/perl

This file format is invalid. Did you use AI to create this? Please see
https://wiki.koha-community.org/wiki/Database_updates#How_to_write_a_database_update
for the way to write a database update

::: installer/data/mysql/kohastructure.sql
@@ +180,4 @@
>    `script` varchar(255) DEFAULT NULL COMMENT 'the name of the cron script 
> that caused this change',
>    `trace` text DEFAULT NULL COMMENT 'An optional stack trace enabled by 
> ActionLogsTraceDepth',
>    `diff` longtext DEFAULT NULL COMMENT 'Stores a diff of the changed object',
> +  `ip_address` varchar(45) DEFAULT NULL COMMENT 'IP address of the client 
> that performed the action',

Good call on 45 characters for the IP address because of IPv6

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to