]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/tables.sql
Remove street and addr_place from location_property_osmline
[nominatim.git] / sql / tables.sql
index c28229fa8cfc37ead208b557b30fd14f34cd6b51..7584cdc8ebd0bb94b42a1429e84e883d82d3d77c 100644 (file)
@@ -95,8 +95,6 @@ CREATE TABLE location_property_osmline (
     endnumber INTEGER,
     interpolationtype TEXT,
     address HSTORE,
-    street TEXT,
-    addr_place TEXT,
     postcode TEXT,
     country_code VARCHAR(2),
     geometry_sector INTEGER,