X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/79d55357e89c6f98e3ec9240d40fcebe6cd31054..5c7b9ef909b3c30bbe640f4373a1127e15a7e018:/nominatim/tools/database_import.py diff --git a/nominatim/tools/database_import.py b/nominatim/tools/database_import.py index 25efedb9..3618ed28 100644 --- a/nominatim/tools/database_import.py +++ b/nominatim/tools/database_import.py @@ -214,7 +214,6 @@ def truncate_data_tables(conn, max_word_frequency=None): cur.execute('TRUNCATE place_addressline') cur.execute('TRUNCATE location_area') cur.execute('TRUNCATE location_area_country') - cur.execute('TRUNCATE location_property') cur.execute('TRUNCATE location_property_tiger') cur.execute('TRUNCATE location_property_osmline') cur.execute('TRUNCATE location_postcode')