2 lines
169 B
Bash
Executable File
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"
|