From a1fc4e8f786e168960ab2b31df970ad16141789e Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 1 Sep 2014 21:16:18 -0700 Subject: [PATCH] A script to recreate the fixture from the current test schema --- test/fixtures/dumpfixture.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 test/fixtures/dumpfixture.sh 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"