Skip to content

Commit 43d8fe6

Browse files
committed
fixup! feat(django): add support for unaccent search for usergroups
1 parent 1cddc1c commit 43d8fe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mapswipe_workers/tests/integration/set_up_db.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- noinspection SqlNoDataSourceInspectionForFile
22
CREATE EXTENSION IF NOT EXISTS postgis;
3+
CREATE EXTENSION IF NOT EXISTS unaccent;
34

45
CREATE TABLE IF NOT EXISTS projects (
56
created timestamp,
@@ -30,7 +31,7 @@ CREATE TABLE IF NOT EXISTS groups (
3031
required_count int,
3132
progress int,
3233
project_type_specifics json,
33-
-- 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
3435
total_area float DEFAULT NULL,
3536
time_spent_max_allowed float DEFAULT NULL,
3637
PRIMARY KEY (project_id, group_id),

0 commit comments

Comments
 (0)