ci: add dropdb to db-pg-import.sh
This commit is contained in:
parent
6a70cefb55
commit
96be49f9d3
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
pg_restore -U django -C -d ietf ietf.dump
|
||||
dropdb -U django --if-exists ietf
|
||||
pg_restore -U django -d ietf ietf.dump
|
||||
|
|
Loading…
Reference in a new issue