Compare ported to unported PG schemas in portdb test job (#13808)

This commit is contained in:
David Robertson 2022-09-16 16:25:54 +01:00 committed by GitHub
parent 5e84461653
commit 642c4b253d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 50 additions and 47 deletions

View file

@ -32,7 +32,7 @@ else
fi
# Create the PostgreSQL database.
poetry run .ci/scripts/postgres_exec.py "CREATE DATABASE synapse"
psql -c "CREATE DATABASE synapse"
# Port the SQLite databse to postgres so we can check command works against postgres
echo "+++ Port SQLite3 databse to postgres"