https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23260 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Failed QA --- Comment #23 from Marcel de Rooy <m.de.rooy@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.