Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dantheta committed May 11, 2021
1 parent cceacc5 commit d6079ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlockedFrontend/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def registry_seizures(page=1):
"from public.url_latest_status uls "
"inner join urls using (urlid) "
"inner join isps on network_name = isps.name "
"left join url_hierarchy h using (urlid) "
"left join public.url_hierarchy h using (urlid) "
"where blocktype = 'SUSPENSION' and (parent_urlid = h.urlid or h.urlid is null) "
"group by url "
"order by created desc, url "
Expand Down

0 comments on commit d6079ff

Please sign in to comment.