1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:45:56 +00:00
Files
tt-rss/utils/gitlab-ci/check-schema.sh
2017-04-26 16:00:03 +03:00

6 lines
101 B
Bash

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