JanZerebecki added a comment. [wikidatawiki]> select * from page where page_id = 57; +---------+----------------+------------+-------------------+--------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+
| page_id | page_namespace | page_title | page_restrictions | page_counter | page_is_redirect | page_is_new | page_random | page_touched | page_links_updated | page_latest | page_len | page_content_model | +---------+----------------+------------+-------------------+--------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+ | 57 | 12 | Test2 | | 0 | 0 | 1 | 0.422220866964 | 20121031123537 | NULL | 0 | 0 | NULL | +---------+----------------+------------+-------------------+--------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+ 1 row in set (0.00 sec) [wikidatawiki]> select * from revision where rev_page = 57; Empty set (0.03 sec) As it is a page without content or history, just delete it? TASK DETAIL https://phabricator.wikimedia.org/T46199 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JanZerebecki Cc: JanZerebecki, Wikidata-bugs, Aklapper, Lydia_Pintscher, Beta16, Jdouglas, aude _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
