Mercurial > hg > orthanc-databases
changeset 654:12861c70239a attach-custom-data
fix revision
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 12 Mar 2025 12:11:40 +0100 (3 months ago) |
parents | d5c889dea585 |
children | 917629011a86 |
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 Tue Mar 11 09:17:06 2025 +0100 +++ b/PostgreSQL/Plugins/SQL/PrepareIndex.sql Wed Mar 12 12:11:40 2025 +0100 @@ -725,7 +725,7 @@ -- set the global properties that actually documents the DB version, revision and some of the capabilities DELETE FROM GlobalProperties WHERE property IN (1, 4, 6, 10, 11, 12, 13, 14); INSERT INTO GlobalProperties VALUES (1, 6); -- GlobalProperty_DatabaseSchemaVersion -INSERT INTO GlobalProperties VALUES (4, 4); -- GlobalProperty_DatabasePatchLevel +INSERT INTO GlobalProperties VALUES (4, 5); -- GlobalProperty_DatabasePatchLevel INSERT INTO GlobalProperties VALUES (6, 1); -- GlobalProperty_GetTotalSizeIsFast INSERT INTO GlobalProperties VALUES (10, 1); -- GlobalProperty_HasTrigramIndex INSERT INTO GlobalProperties VALUES (11, 3); -- GlobalProperty_HasCreateInstance -- this is actually the 3rd version of HasCreateInstance