summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/check-schema.sh
blob: a7e63ae01f167351dfa6e08dc851c89eae3b019f (plain)
1
2
3
4
5
#!/bin/sh

export PGPASSWORD=test

psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql