Skip to content

Commit d256198

Browse files
committed
fix(sql): fix typo in comment in initdb.sql
1 parent 9380c13 commit d256198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mapswipe_workers/tests/integration/set_up_db.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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),

postgres/initdb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)