tt-rss/utils/gitlab-ci/check-schema.sh
2017-04-25 13:44:41 +03:00

6 lines
101 B
Bash

#!/bin/sh
export PGPASSWORD=test
psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql