fix missing table

This commit is contained in:
Ed Chalstrey 2022-04-04 13:48:08 +01:00
parent 814203952a
commit 52f045c404

View File

@ -30,7 +30,7 @@ psql -c "UPDATE buildings
SET location_latitude = open_toid.latitute,
location_longitude = open_toid.longitude
FROM open_toid
WHERE open_toid.toid = b.ref_toid
WHERE open_toid.toid = buildings.ref_toid
;"
# Delete the temporary table