[Koha-bugs] [Bug 23260] Anonymize (remove) patron data from items_last_borrower

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 21 11:39:32 CET 2019


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|BLOCKED                     |Failed QA

--- Comment #23 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Two things left, after the follow-up:


We need an adjusted dbrev:
 `created_on` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE
current_timestamp(),
That is an updated_on !
So we should remove the ON UPDATE. This made me add the nb_rows comment. A
count after the update would be affected by the updated timestamp.

my $before = $now + DateTime::Duration->new( days => 1 );
That does not look good. Use add_days or something like that.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list