# HG changeset patch # User Alain Mazy <am@orthanc.team> # Date 1741777900 -3600 # Node ID 12861c70239ab4bc28f37150eb18ece695a7705a # Parent d5c889dea585220bd07fa5f9b68cfc87826202bb fix revision diff -r d5c889dea585 -r 12861c70239a PostgreSQL/Plugins/SQL/PrepareIndex.sql --- 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