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 9380c13 commit 61892cdCopy full SHA for 61892cd
postgres/initdb.sql
@@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS groups (
30
required_count int,
31
progress int,
32
project_type_specifics json,
33
- -- total_area & time_spent_max_allowed are maintaned and used by aggregated module
+ -- total_area & time_spent_max_allowed are maintained and used by aggregated module
34
total_area float DEFAULT NULL,
35
time_spent_max_allowed float DEFAULT NULL,
36
PRIMARY KEY (project_id, group_id),
0 commit comments