ci: add createdb to db-pg-import.sh
This commit is contained in:
parent
96be49f9d3
commit
6f8caaf342
|
@ -2,4 +2,5 @@
|
|||
set -e
|
||||
|
||||
dropdb -U django --if-exists ietf
|
||||
createdb -U django ietf
|
||||
pg_restore -U django -d ietf ietf.dump
|
||||
|
|
Loading…
Reference in a new issue