Mercurial > hg > orthanc-databases
changeset 736:725930e24cb1
fix doc
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 13 Aug 2025 17:00:06 +0200 |
parents | b2d2e5183de6 |
children | 7384635989fc 5875be0338b0 |
files | PostgreSQL/Plugins/SQL/Upgrades/Rev5ToRev6.sql |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/Plugins/SQL/Upgrades/Rev5ToRev6.sql Wed Aug 13 11:08:10 2025 +0200 +++ b/PostgreSQL/Plugins/SQL/Upgrades/Rev5ToRev6.sql Wed Aug 13 17:00:06 2025 +0200 @@ -1,6 +1,6 @@ CREATE SEQUENCE IF NOT EXISTS PatientRecyclingOrderSequence INCREMENT 1 START 1; --- the protection mechanisms changed in rev 499. We now use a metadata (18: IsProtected) +-- the protection mechanisms changed in rev 6. We now use a metadata (18: IsProtected) -- while, in the past, patients where protected by not appearing in the PatientRecyclingOrder -- Step 1: Identify all patients that are not in PatientRecyclingOrder (those are the protected patients)