File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mapswipe_workers/tests/integration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS groups (
3030 required_count int ,
3131 progress int ,
3232 project_type_specifics json,
33- -- total_area & time_spent_max_allowed are maintaned and used by aggregated module
33+ -- total_area & time_spent_max_allowed are maintained and used by aggregated module
3434 total_area float DEFAULT NULL ,
3535 time_spent_max_allowed float DEFAULT NULL ,
3636 PRIMARY KEY (project_id, group_id),
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS groups (
3030 required_count int ,
3131 progress int ,
3232 project_type_specifics json,
33- -- total_area & time_spent_max_allowed are maintaned and used by aggregated module
33+ -- total_area & time_spent_max_allowed are maintained and used by aggregated module
3434 total_area float DEFAULT NULL ,
3535 time_spent_max_allowed float DEFAULT NULL ,
3636 PRIMARY KEY (project_id, group_id),
You can’t perform that action at this time.
0 commit comments