Skip to content

Commit

Permalink
g13-1week: exclude pages in [[Category:All_drafts_subject_to_special_…
Browse files Browse the repository at this point in the history
…procedures]]
  • Loading branch information
siddharthvp committed Nov 20, 2023
1 parent 80b37eb commit f4458c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/g13-1week.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function runForDate(date: MwnDate) {
AND page_is_redirect = 0
AND rev_timestamp < "${startTs}"
AND rev_timestamp > "${endTs}"
AND page_id NOT IN (SELECT cl_from FROM categorylinks WHERE cl_to = 'All_drafts_subject_to_special_procedures')
UNION
SELECT DISTINCT page_namespace, page_title, rev_timestamp
Expand Down

0 comments on commit f4458c2

Please sign in to comment.