huellas/migrations/20221121211314_swap_lat_long.sql

2 lines
58 B
MySQL
Raw Permalink Normal View History

UPDATE places SET longitude=latitude, latitude=longitude;