#!/bin/sh #N.B. the database setup comes from: #https://github.com/matrix-org/synapse/blob/develop/synapse/storage/schema/state/full_schemas/54/full.sql # Setup the required tables for testing psql --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <