]> git.wh0rd.org - tt-rss.git/blob - utils/gitlab-ci/check-schema.sh
minor css fixes (mostly for zoom mode)
[tt-rss.git] / utils / gitlab-ci / check-schema.sh
1 #!/bin/sh
2
3 export PGPASSWORD=test
4
5 psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql