mirror of
				https://github.com/zulip/docker-zulip.git
				synced 2025-10-31 03:53:43 +00:00 
			
		
		
		
	Fixed the process_fts_updates script
This commit is contained in:
		| @@ -78,7 +78,7 @@ if remote_postgres_host != '': | ||||
|         postgres_password = "password='%s'" % settings.DATABASES['default']['PASSWORD'] | ||||
|     postgres_user = 'user=zulip' | ||||
|     if settings.DATABASES['default']['USER'] is not None: | ||||
|         postgres_password = "user='%s'" % settings.DATABASES['default']['USER'] | ||||
|         postgres_user = "user='%s'" % settings.DATABASES['default']['USER'] | ||||
|     postgres_dbname = 'dbname=zulip' | ||||
|     if settings.DATABASES['default']['NAME'] is not None: | ||||
|         postgres_dbname = "dbname='%s'" % settings.DATABASES['default']['NAME'] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user