]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/tables.sql
Fix bug in index.c and remove column admin_level from location_property_osmline.
[nominatim.git] / sql / tables.sql
index b4aecdd9b72b5fb53fcee6ba017ec074846e4588..2578aa91cc0bd9a798221218a3a179c25ddf0127 100644 (file)
@@ -94,7 +94,6 @@ CREATE TABLE location_property_osmline (
     startnumber INTEGER,
     endnumber INTEGER,
     interpolationtype TEXT,
-    admin_level INTEGER,
     street TEXT,
     postcode TEXT,
     calculated_country_code VARCHAR(2),