setup: Rename postgresql-init-db to create-database.

The old name was confusingly similar to initialize-database.
This commit is contained in:
Alex Vandiver 2022-03-21 13:07:30 -04:00 committed by Tim Abbott
parent 086c0328bd
commit 394f1eadde
2 changed files with 1 additions and 1 deletions

View File

@ -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