Skip to content

Commit 8128488

Browse files
committed
fix: allow tasks with point geom in postgres
1 parent dcaab3d commit 8128488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/initdb.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)