summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/check-schema.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gitlab-ci/check-schema.sh')
-rw-r--r--utils/gitlab-ci/check-schema.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/gitlab-ci/check-schema.sh b/utils/gitlab-ci/check-schema.sh
new file mode 100644
index 000000000..a7e63ae01
--- /dev/null
+++ b/utils/gitlab-ci/check-schema.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export PGPASSWORD=test
+
+psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql