]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tools/database_import.py
Merge pull request #2303 from lonvia/remove-aux-support
[nominatim.git] / nominatim / tools / database_import.py
index 25efedb9a9a6a5ffb2c165df73e2c8a51f4431b4..3618ed28e14416d412f4033d6130bc4593d3aa38 100644 (file)
@@ -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')