]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/tables.sql
inherit tags from interpolation not parent
[nominatim.git] / lib-sql / tables.sql
index 107136617c3a90439aa78127c84137c650f4220c..0c0f78fcba77e518314b1ce8b28a5c54bff9892d 100644 (file)
@@ -95,10 +95,10 @@ CREATE TABLE location_property_osmline (
     indexed_date TIMESTAMP,
     startnumber INTEGER,
     endnumber INTEGER,
+    step SMALLINT,
     partition SMALLINT,
     indexed_status SMALLINT,
     linegeo GEOMETRY,
-    interpolationtype TEXT,
     address HSTORE,
     token_info JSONB, -- custom column for tokenizer use only
     postcode TEXT,