tools: Rename postgres to postgresql in tool names.

This commit is contained in:
Alex Vandiver
2020-10-26 14:50:18 -07:00
committed by Tim Abbott
parent 5eb8064a1a
commit 2b0bbbb882
15 changed files with 22 additions and 22 deletions

View File

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