copy interpolation data from new place_interpolation table

This commit is contained in:
Sarah Hoffmann
2026-02-16 14:18:39 +01:00
parent e93c6809a9
commit a115eeeb40
2 changed files with 7 additions and 8 deletions

View File

@@ -8,10 +8,12 @@
DROP TABLE IF EXISTS location_property_osmline;
CREATE TABLE location_property_osmline (
place_id BIGINT NOT NULL,
osm_type CHAR(1) NOT NULL,
osm_id BIGINT NOT NULL,
parent_place_id BIGINT,
geometry_sector INTEGER NOT NULL,
indexed_date TIMESTAMP,
type TEXT,
startnumber INTEGER,
endnumber INTEGER,
step SMALLINT,