We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcaab3d commit 8128488Copy full SHA for 8128488
postgres/initdb.sql
@@ -47,7 +47,7 @@ CREATE TABLE IF NOT EXISTS tasks (
47
project_id varchar,
48
group_id varchar,
49
task_id varchar,
50
- geom geometry(MULTIPOLYGON, 4326),
+ geom geometry(Geometry, 4326),
51
project_type_specifics json,
52
PRIMARY KEY (project_id, group_id, task_id),
53
FOREIGN KEY (project_id) REFERENCES projects (project_id),
0 commit comments