mirror of https://github.com/zulip/zulip.git
Correct the filepath for rebuild test database script.
This commit is contained in:
parent
0ec99a0838
commit
e4cea98ccd
|
@ -157,7 +157,7 @@ pip install -r requirements.txt
|
||||||
./tools/postgres-init-db
|
./tools/postgres-init-db
|
||||||
./tools/do-destroy-rebuild-database
|
./tools/do-destroy-rebuild-database
|
||||||
./tools/postgres-init-test-db
|
./tools/postgres-init-test-db
|
||||||
./tools/do_destroy_rebuild_test_database
|
./tools/do-destroy-rebuild-test-database
|
||||||
```
|
```
|
||||||
|
|
||||||
To start the development server:
|
To start the development server:
|
||||||
|
|
Loading…
Reference in New Issue