agriget/utils/gitlab-ci/check-schema.sh
2019-03-22 10:17:29 -04:00

6 lines
101 B
Bash

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