diff --git a/tests/create_db.sh b/tests/create_db.sh index dbe8350..6196091 100755 --- a/tests/create_db.sh +++ b/tests/create_db.sh @@ -11,9 +11,14 @@ DB_NAME="test_postgres" DB_USER="test_postgres" DB_USER_PASSWORD="test_postgres" -# SQL commands to create the user and database -SQL_CREATE_DB=$(cat <