This commit is contained in:
Ed Chalstrey 2022-04-14 14:21:55 +01:00
parent 5800b578d4
commit 3ef990ae2d

View File

@ -6,4 +6,6 @@
# doc: {},
# geom_id: <polygon-guid>
#
psql -c "INSERT INTO buildings ( geometry_id, ref_toid ) SELECT geometry_id, source_id from geometries;"
psql -c "INSERT INTO buildings ( geometry_id, ref_toid )
SELECT geometry_id, source_id
FROM geometries;"