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 1cddc1c commit 43d8fe6Copy full SHA for 43d8fe6
mapswipe_workers/tests/integration/set_up_db.sql
@@ -1,5 +1,6 @@
1
-- noinspection SqlNoDataSourceInspectionForFile
2
CREATE EXTENSION IF NOT EXISTS postgis;
3
+CREATE EXTENSION IF NOT EXISTS unaccent;
4
5
CREATE TABLE IF NOT EXISTS projects (
6
created timestamp,
@@ -30,7 +31,7 @@ CREATE TABLE IF NOT EXISTS groups (
30
31
required_count int,
32
progress int,
33
project_type_specifics json,
- -- total_area & time_spent_max_allowed are maintaned and used by aggregated module
34
+ -- total_area & time_spent_max_allowed are maintained and used by aggregated module
35
total_area float DEFAULT NULL,
36
time_spent_max_allowed float DEFAULT NULL,
37
PRIMARY KEY (project_id, group_id),
0 commit comments