mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 02:53:52 +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
|
||||
|
||||
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
|
||||
|
||||
if has_class "zulip::app_frontend_base"; then
|
||||
|
||||
Reference in New Issue
Block a user