install: Rename postgres options to postgresql.

This commit is contained in:
Alex Vandiver
2020-10-26 14:35:47 -07:00
committed by Tim Abbott
parent 1f7132f50d
commit 5eb8064a1a
6 changed files with 22 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ class Migration(migrations.Migration):
('auth', '0001_initial'),
]
if settings.POSTGRES_MISSING_DICTIONARIES:
if settings.POSTGRESQL_MISSING_DICTIONARIES:
fts_sql = """
CREATE TEXT SEARCH CONFIGURATION zulip.english_us_search (COPY=pg_catalog.english);
"""