mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 15:30:10 -04:00
Compare ported to unported PG schemas in portdb test job (#13808)
This commit is contained in:
parent
5e84461653
commit
642c4b253d
5 changed files with 50 additions and 47 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue