ci: change prestate before pg_restore

This commit is contained in:
Robert Sparks 2023-02-02 11:30:41 -06:00
parent 2ebe85872c
commit 1d26aa0004
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318

View file

@ -1,9 +1,9 @@
#!/bin/bash
set -e
#echo "Drop dummy ietf DB if it exists..."
#dropdb -U django --if-exists ietf
#
echo "Drop dummy ietf DB if it exists..."
dropdb -U django --if-exists ietf
#echo "Create new ietf DB..."
#createdb -U django ietf
#