Files
postgrest/test/fixtures/dumpfixture.sh
T
2014-12-17 10:24:24 -08:00

2 lines
169 B
Bash
Executable File

pg_dump --host localhost --port 5432 --username "postgres" --no-password --format plain --column-inserts --verbose --file "./test/fixtures/schema.sql" "postgrest_test"