# HG changeset patch # User Alain Mazy # Date 1717417217 -7200 # Node ID c3aa39672db18913f6300627d979ed332700f06f # Parent 5d7b6e43ab7de4232efbdf3bf7be7ca15fe79600 fix path diff -r 5d7b6e43ab7d -r c3aa39672db1 NewTests/PostgresUpgrades/downgrade.sh --- a/NewTests/PostgresUpgrades/downgrade.sh Thu May 30 21:51:11 2024 +0200 +++ b/NewTests/PostgresUpgrades/downgrade.sh Mon Jun 03 14:20:17 2024 +0200 @@ -3,7 +3,7 @@ pushd /scripts # TODO: change pg-transactions by the plugin version number ! -apt-get update && apt-get install -y wget && wget https://orthanc.uclouvain.be/hg/orthanc-databases/raw-file/tip/PostgreSQL/Plugins/SQL/Downgrades/Rev2ToRev1.sql +apt-get update && apt-get install -y wget && wget https://orthanc.uclouvain.be/hg/orthanc-databases/raw-file/default/PostgreSQL/Plugins/SQL/Downgrades/Rev2ToRev1.sql psql -U postgres -f Rev2ToRev1.sql # if you want to test a downgrade procedure, you may use this code ...