mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
tools: Rename postgres to postgresql in tool names.
This commit is contained in:
committed by
Tim Abbott
parent
5eb8064a1a
commit
2b0bbbb882
@@ -242,9 +242,9 @@ else
|
||||
sudo cp ./puppet/zulip/files/postgresql/zulip_english.stop /usr/share/postgresql/*/tsearch_data/
|
||||
fi
|
||||
./scripts/setup/configure-rabbitmq
|
||||
./tools/setup/postgres-init-dev-db
|
||||
./tools/setup/postgresql-init-dev-db
|
||||
./tools/rebuild-dev-database
|
||||
./tools/setup/postgres-init-test-db
|
||||
./tools/setup/postgresql-init-test-db
|
||||
./tools/rebuild-test-database
|
||||
./manage.py compilemessages
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user