1 parent 2ebe858 commit 1d26aa0Copy full SHA for 1d26aa0
1 file changed
docker/scripts/db-pg-import.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
set -e
3
4
-#echo "Drop dummy ietf DB if it exists..."
5
-#dropdb -U django --if-exists ietf
6
-#
+echo "Drop dummy ietf DB if it exists..."
+dropdb -U django --if-exists ietf
+
7
#echo "Create new ietf DB..."
8
#createdb -U django ietf
9
#
0 commit comments