Skip to content

Commit

Permalink
hotfix(migration): drop coordinates in new table as well
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVosch committed Feb 5, 2025
1 parent fb30e6b commit 7c8cd0a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ CREATE TABLE measurements (
device_description TEXT NOT NULL DEFAULT '',
measurement_timestamp TIMESTAMPTZ(0) NOT NULL,
measurement_value FLOAT8 NOT NULL,
coordinates GEOGRAPHY(point, 4326) NULL,
location_id BIGINT NULL,
device_location_description TEXT NULL,
measurement_location GEOGRAPHY(point, 4326) NULL,
Expand Down

0 comments on commit 7c8cd0a

Please sign in to comment.