Skip to content

Commit

Permalink
fix: change to all geometries in tasks table in setup db
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigaszi committed Dec 3, 2024
1 parent f712340 commit 729a4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapswipe_workers/tests/integration/set_up_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CREATE TABLE IF NOT EXISTS tasks (
project_id varchar,
group_id varchar,
task_id varchar,
geom geometry(MULTIPOLYGON, 4326),
geom geometry(GEOMETRY, 4326),
project_type_specifics json,
PRIMARY KEY (project_id, group_id, task_id),
FOREIGN KEY (project_id) REFERENCES projects (project_id),
Expand Down

0 comments on commit 729a4be

Please sign in to comment.