1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/utils/gitlab-ci/check-schema.sh

6 lines
101 B
Bash
Raw Normal View History

2017-04-26 15:00:03 +02:00
#!/bin/sh
export PGPASSWORD=test
psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql