mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
tools: Rename postgres to postgresql in tool names.
This commit is contained in:
committed by
Tim Abbott
parent
5eb8064a1a
commit
2b0bbbb882
5
tools/setup/postgresql-init-test-db
Executable file
5
tools/setup/postgresql-init-test-db
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
set -e
|
||||
|
||||
"$(dirname "$0")/postgresql-init-dev-db" test
|
||||
Reference in New Issue
Block a user