A script to recreate the fixture from the current test schema
This commit is contained in:
+1
@@ -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"
|
||||
Reference in New Issue
Block a user