Mercurial > hg > orthanc-databases
changeset 738:5875be0338b0
fix doc
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 17 Sep 2025 14:40:52 +0200 |
| parents | 725930e24cb1 |
| children | 696f2dd60f4d |
| files | PostgreSQL/Plugins/SQL/PrepareIndex.sql |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/Plugins/SQL/PrepareIndex.sql Wed Aug 13 17:00:06 2025 +0200 +++ b/PostgreSQL/Plugins/SQL/PrepareIndex.sql Wed Sep 17 14:40:52 2025 +0200 @@ -1,4 +1,4 @@ --- This SQL file creates a DB in Rev5 directly +-- This SQL file creates a DB in Rev6 directly -- It is also run after upgrade scripts to create new tables and or create/replace triggers and functions. -- This script is self contained, it contains everything that needs to be run to create an Orthanc DB. -- Note to developers:
