Fork of
Protections by WMF
by Pppery
This query is marked as a draft
This query has been published
by TrangaBellam.
SQL
AخA
/* Office actions */
select log_timestamp, log_title, log_action, user_name, log_params from logging_userindex
join actor_logging on actor_id = log_actor join user on user_id = actor_user
where log_type = "protect" and log_action != "move_prot" and log_timestamp > "20150101010101" # Taking about a decade ...
and log_namespace = 0 # Only articles?
and user_name like "%WMF%";
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.