Skip to content

Commit 74064f8

Browse files
committed
fix: change geometry type in tasks table in initdb
1 parent dcaab3d commit 74064f8

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)