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:
Tim Abbott
2015-10-13 18:54:17 -04:00
parent 99a2ba38b1
commit 3e735d36d1
4 changed files with 3 additions and 3 deletions

View File

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