1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:05:55 +00:00

add basic schema test back to CI

This commit is contained in:
Andrew Dolgov
2017-04-26 16:00:03 +03:00
parent e552bb0bf6
commit b3b2782358
2 changed files with 14 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
export PGPASSWORD=test
psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql