check-schema.sh 101 B

12345
  1. #!/bin/sh
  2. export PGPASSWORD=test
  3. psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql