Skip to content

Commit 8842551

Browse files
committed
don't change data type of task geometry in postgres
1 parent 5242993 commit 8842551

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
@@ -43,7 +43,7 @@ CREATE TABLE IF NOT EXISTS tasks (
4343
project_id varchar,
4444
group_id varchar,
4545
task_id varchar,
46-
geom geometry,
46+
geom geometry(MULTIPOLYGON, 4326),
4747
project_type_specifics json,
4848
PRIMARY KEY (project_id, group_id, task_id),
4949
FOREIGN KEY (project_id) REFERENCES projects (project_id),

0 commit comments

Comments
 (0)