A script to recreate the fixture from the current test schema

This commit is contained in:
Joe Nelson
2014-09-01 21:16:18 -07:00
parent d77e00d93b
commit a1fc4e8f78
Vendored Executable
+1
View File
@@ -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"