mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Rename tools/postgres-init-db to tools/postgres-init-dev-db.
The previous name was confusing because we also have scripts/setup/postgres-init-db.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash -xe
|
||||
|
||||
"$(dirname "$0")/postgres-init-db" zulip_test "$("$(dirname "$0")/../bin/get-django-setting" LOCAL_DATABASE_PASSWORD)" zulip_test zulip,public
|
||||
"$(dirname "$0")/postgres-init-dev-db" zulip_test "$("$(dirname "$0")/../bin/get-django-setting" LOCAL_DATABASE_PASSWORD)" zulip_test zulip,public
|
||||
|
||||
Reference in New Issue
Block a user