agriget/utils/gitlab-ci/check-schema.sh

6 lines
101 B
Bash
Raw Normal View History

2019-03-22 22:17:29 +08:00
#!/bin/sh
export PGPASSWORD=test
psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql