Skip to content

Commit 729a4be

Browse files
committed
fix: change to all geometries in tasks table in setup db
1 parent f712340 commit 729a4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/tests/integration/set_up_db.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ CREATE TABLE IF NOT EXISTS tasks (
4747
project_id varchar,
4848
group_id varchar,
4949
task_id varchar,
50-
geom geometry(MULTIPOLYGON, 4326),
50+
geom geometry(GEOMETRY, 4326),
5151
project_type_specifics json,
5252
PRIMARY KEY (project_id, group_id, task_id),
5353
FOREIGN KEY (project_id) REFERENCES projects (project_id),

0 commit comments

Comments
 (0)