5 lines
101 B
Bash
5 lines
101 B
Bash
#!/bin/sh
|
|
|
|
export PGPASSWORD=test
|
|
|
|
psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql
|