Mercurial > hg > orthanc-tests
changeset 757:0705e560ff7b
NewTests/PostgresUpgrades/downgrade.sh: find-refactoring has been closed
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 16 Dec 2024 16:55:28 +0100 |
parents | dcdd10b8bae9 |
children | dc3cc8f6e887 |
files | NewTests/PostgresUpgrades/downgrade.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NewTests/PostgresUpgrades/downgrade.sh Mon Dec 16 16:54:20 2024 +0100 +++ b/NewTests/PostgresUpgrades/downgrade.sh Mon Dec 16 16:55:28 2024 +0100 @@ -4,7 +4,7 @@ apt-get update && apt-get install -y wget mercurial hg clone https://orthanc.uclouvain.be/hg/orthanc-databases -hg update -r find-refactoring +hg update -r default 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 ...