add step column to tiger data table

This replaces the interpolationtype column.
This commit is contained in:
Sarah Hoffmann
2022-01-27 11:54:12 +01:00
parent 98432395c3
commit 788505095e
3 changed files with 17 additions and 10 deletions

View File

@@ -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}}";