2 lines
176 B
Bash
Executable File
2 lines
176 B
Bash
Executable File
pg_dump --host localhost --port 5432 --username "postgres" --no-password --format plain --no-owner --column-inserts --verbose --file "./test/fixtures/schema.sql" "dbapi_test"
|