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:
Julie Qiu 2021-02-18 23:00:33 -05:00
Родитель 4327d65345
Коммит 145ef1d5c3
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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";'