# HG changeset patch # User Alain Mazy # Date 1732794244 -3600 # Node ID 2bef90799dd0d456f1d276fd9e5c11b9a92afdd8 # Parent c2e87b7830c6a7356b09d7e16fac2ecf6feda278 fix PG downgrade test diff -r c2e87b7830c6 -r 2bef90799dd0 NewTests/PostgresUpgrades/downgrade.sh --- a/NewTests/PostgresUpgrades/downgrade.sh Wed Nov 27 11:40:39 2024 +0100 +++ b/NewTests/PostgresUpgrades/downgrade.sh Thu Nov 28 12:44:04 2024 +0100 @@ -5,7 +5,7 @@ apt-get update && apt-get install -y wget mercurial hg clone https://orthanc.uclouvain.be/hg/orthanc-databases hg update -r find-refactoring -psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev3ToRev2.sql +psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev3bToRev2.sql # if you want to test a downgrade procedure, you may use this code ... # psql -U postgres -f downgrade.sql