diff --git a/test/fixtures/dumpfixture.sh b/test/fixtures/dumpfixture.sh new file mode 100755 index 000000000..8b8353815 --- /dev/null +++ b/test/fixtures/dumpfixture.sh @@ -0,0 +1 @@ +pg_dump --host localhost --port 5432 --username "postgres" --no-password --format plain --no-owner --column-inserts --verbose --file "./test/fixtures/schema.sql" "dbapi_test"