forked from hans/Nominatim
add step column to tiger data table
This replaces the interpolationtype column.
This commit is contained in:
@@ -80,9 +80,9 @@ CREATE TABLE location_property_tiger (
|
||||
parent_place_id BIGINT,
|
||||
startnumber INTEGER,
|
||||
endnumber INTEGER,
|
||||
step SMALLINT,
|
||||
partition SMALLINT,
|
||||
linegeo GEOMETRY,
|
||||
interpolationtype TEXT,
|
||||
postcode TEXT);
|
||||
GRANT SELECT ON location_property_tiger TO "{{config.DATABASE_WEBUSER}}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user