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

--- Comment #12 from Ori Livneh <[email protected]> ---
As a (horribly hacky) temporary workaround, we could also set the
article_page_id for the following rows (in ep_articles) to null:

"article_id","article_page_title","article_page_id"
439,"Electromyoneurography",24107758
442,"Electromyoneurography",24107758
445,"Aicardi–Goutières syndrome",16332401
446,"Aicardi–Goutières syndrome",16332401
448,"Alternating hemiplegia",99177
670,"Roy Baumeister: Self-Esteem",39079953

Query that selects these:

SELECT article_page_title, article_page_id
FROM ep_articles
LEFT JOIN page ON page_id = article_page_id
WHERE article_page_id != 0 AND page_id IS NULL;

-- 
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