Mercurial > hg > orthanc-tests
changeset 650:c76a8c783996 large-queries
fix path
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 03 Jun 2024 12:21:33 +0200 |
parents | 810390d3968a |
children | 599ff47f609d |
files | NewTests/PostgresUpgrades/downgrade.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NewTests/PostgresUpgrades/downgrade.sh Tue May 21 17:10:27 2024 +0200 +++ b/NewTests/PostgresUpgrades/downgrade.sh Mon Jun 03 12:21:33 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 ...