changeset 746:2bef90799dd0 find-refactoring

fix PG downgrade test
author Alain Mazy <am@orthanc.team>
date Thu, 28 Nov 2024 12:44:04 +0100
parents c2e87b7830c6
children 283cdeb72cb9
files NewTests/PostgresUpgrades/downgrade.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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