зеркало из https://github.com/golang/pkgsite.git
devtools/drop_test_dbs.sh: add new test databases
Change-Id: Id5ae619fa5db665e70d3c60f6c86b856c1ec1528 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/293969 Reviewed-by: Jonathan Amsterdam <jba@google.com> Trust: Julie Qiu <julie@golang.org>
This commit is contained in:
Родитель
4327d65345
Коммит
145ef1d5c3
|
@ -15,3 +15,7 @@ run_pg "DROP DATABASE discovery_frontend_test;"
|
|||
run_pg "DROP DATABASE discovery_integration_test;"
|
||||
run_pg "DROP DATABASE discovery_postgres_test;"
|
||||
run_pg "DROP DATABASE discovery_worker_test;"
|
||||
run_pg 'DROP DATABASE "discovery_postgres_test-0";'
|
||||
run_pg 'DROP DATABASE "discovery_postgres_test-1";'
|
||||
run_pg 'DROP DATABASE "discovery_postgres_test-2";'
|
||||
run_pg 'DROP DATABASE "discovery_postgres_test-3";'
|
||||
|
|
Загрузка…
Ссылка в новой задаче