mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
skip wikipedia table test on reverse-only installations
Wikipedia importances are not imported on reverse-only imports.
This commit is contained in:
@@ -194,6 +194,9 @@ def check_tokenizer(_, config):
|
||||
def check_existance_wikipedia(conn, _):
|
||||
""" Checking for wikipedia/wikidata data
|
||||
"""
|
||||
if not conn.table_exists('search_name'):
|
||||
return CheckState.NOT_APPLICABLE
|
||||
|
||||
with conn.cursor() as cur:
|
||||
cnt = cur.scalar('SELECT count(*) FROM wikipedia_article')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user