Skip to content

Commit

Permalink
Merge pull request #87 from mzmcbride/externallinks
Browse files Browse the repository at this point in the history
Update for externallinks schema change
  • Loading branch information
legoktm authored Dec 7, 2023
2 parents c21c491 + 3c5c7ca commit b94f691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbreps2/src/general/linkedemailsinarticles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ FROM
externallinks
JOIN page ON el_from = page_id
WHERE
el_index_60 LIKE 'mailto:%'
el_to_domain_index LIKE 'mailto:%'
AND page_namespace = 0
LIMIT
1000;
Expand Down

0 comments on commit b94f691

Please sign in to comment.