]> git.wh0rd.org - tt-rss.git/blame - utils/gitlab-ci/check-schema.sh
strip_harmful_tags: remove data- attributes
[tt-rss.git] / utils / gitlab-ci / check-schema.sh
CommitLineData
b3b27823
AD
1#!/bin/sh
2
3export PGPASSWORD=test
4
5psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql