Skip to content

Commit 1d26aa0

Browse files
committed
ci: change prestate before pg_restore
1 parent 2ebe858 commit 1d26aa0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/scripts/db-pg-import.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
set -e
33

4-
#echo "Drop dummy ietf DB if it exists..."
5-
#dropdb -U django --if-exists ietf
6-
#
4+
echo "Drop dummy ietf DB if it exists..."
5+
dropdb -U django --if-exists ietf
6+
77
#echo "Create new ietf DB..."
88
#createdb -U django ietf
99
#

0 commit comments

Comments
 (0)