https://bugzilla.wikimedia.org/show_bug.cgi?id=43449

--- Comment #19 from Bawolff (Brian Wolff) <[email protected]> ---
>How would one "Find the 10 most recent overwritten files" reliably/efficiently?

via db query (or api): select log_title from logging where log_type = 'upload'
and log_action = 'overwrite' order by log_timestamp DESC limit 10;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to