fix sql
This commit is contained in:
parent
ae4eb1a925
commit
fa8723b30f
@ -36,9 +36,8 @@ psql -c "UPDATE buildings
|
|||||||
;"
|
;"
|
||||||
|
|
||||||
# Add these columns here rather than in 001.core.up.sql for legacy reasons
|
# Add these columns here rather than in 001.core.up.sql for legacy reasons
|
||||||
psql -c "ALTER TABLE geometries
|
psql -c "ALTER TABLE geometries ADD longitude float;"
|
||||||
ADD longitude float
|
psql -c "ALTER TABLE geometries ADD latitude float;"
|
||||||
ADD latitude float;"
|
|
||||||
|
|
||||||
echo "Updating the geometries table with coordinates..."
|
echo "Updating the geometries table with coordinates..."
|
||||||
psql -c "UPDATE geometries
|
psql -c "UPDATE geometries
|
||||||
|
Loading…
Reference in New Issue
Block a user