mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-21 22:41:15 +02:00
6 lines
101 B
Bash
6 lines
101 B
Bash
#!/bin/sh
|
|
|
|
export PGPASSWORD=test
|
|
|
|
psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql
|