fix missing table
This commit is contained in:
parent
814203952a
commit
52f045c404
@ -30,7 +30,7 @@ psql -c "UPDATE buildings
|
|||||||
SET location_latitude = open_toid.latitute,
|
SET location_latitude = open_toid.latitute,
|
||||||
location_longitude = open_toid.longitude
|
location_longitude = open_toid.longitude
|
||||||
FROM open_toid
|
FROM open_toid
|
||||||
WHERE open_toid.toid = b.ref_toid
|
WHERE open_toid.toid = buildings.ref_toid
|
||||||
;"
|
;"
|
||||||
|
|
||||||
# Delete the temporary table
|
# Delete the temporary table
|
||||||
|
Loading…
Reference in New Issue
Block a user