mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
install: Rename postgres options to postgresql.
This commit is contained in:
committed by
Tim Abbott
parent
1f7132f50d
commit
5eb8064a1a
@@ -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);
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user