ci: add createdb to db-pg-import.sh

This commit is contained in:
Nicolas Giard 2022-12-14 02:13:44 +00:00
parent 96be49f9d3
commit 6f8caaf342
No known key found for this signature in database
GPG key ID: 85061B8F9D55B7C8

View file

@ -2,4 +2,5 @@
set -e
dropdb -U django --if-exists ietf
createdb -U django ietf
pg_restore -U django -d ietf ietf.dump