Mercurial > hg > orthanc-tests
changeset 837:42001363b297 sql-opti
fix downgrade tests
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 26 Jun 2025 22:32:12 +0200 |
parents | 3d2cd36378f1 |
children | 72540f20d493 |
files | NewTests/PostgresUpgrades/downgrade.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NewTests/PostgresUpgrades/downgrade.sh Wed Jun 04 16:27:01 2025 +0200 +++ b/NewTests/PostgresUpgrades/downgrade.sh Thu Jun 26 22:32:12 2025 +0200 @@ -7,7 +7,7 @@ pushd /scripts/orthanc-databases/ hg update -r sql-opti -psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev99ToRev4.sql +psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev499ToRev4.sql # if you want to test a downgrade procedure, you may use this code ... # psql -U postgres -f downgrade.sql