mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	setup: Rename postgresql-init-db to create-database.
The old name was confusingly similar to initialize-database.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							086c0328bd
						
					
				
				
					commit
					394f1eadde
				
			@@ -500,7 +500,7 @@ EOF
 | 
				
			|||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if has_class "zulip::postgresql_common" && [ -z "$NO_INIT_DB" ]; then
 | 
					if has_class "zulip::postgresql_common" && [ -z "$NO_INIT_DB" ]; then
 | 
				
			||||||
    "$ZULIP_PATH"/scripts/setup/postgresql-init-db
 | 
					    "$ZULIP_PATH"/scripts/setup/create-database
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if has_class "zulip::app_frontend_base"; then
 | 
					if has_class "zulip::app_frontend_base"; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user