changeset 698:161acf705e55

news
author Alain Mazy <am@orthanc.team>
date Mon, 16 Jun 2025 13:12:08 +0200 (3 weeks ago)
parents f03ea50cc187
children e1f2664d5e93 0010cb1c0145
files PostgreSQL/NEWS PostgreSQL/Plugins/SQL/PrepareIndex.sql
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Mon Jun 16 10:38:38 2025 +0200
+++ b/PostgreSQL/NEWS	Mon Jun 16 13:12:08 2025 +0200
@@ -1,13 +1,13 @@
 Pending changes in the mainline
 ===============================
 
-DB schema revision: 4
+DB schema revision: 5
 
-Minimum plugin SDK (for build): 1.12.6
-Optimal plugin SDK: 1.12.6
+Minimum plugin SDK (for build): 1.12.5
+Optimal plugin SDK: 1.12.8
 
-Minimum Orthanc runtime: 1.12.6
-Optimal Orthanc runtime: 1.12.6
+Minimum Orthanc runtime: 1.12.5
+Optimal Orthanc runtime: 1.12.8
 
 Minimal Postgresql Server version: 9
 Optimal Postgresql Server version: 11+
--- a/PostgreSQL/Plugins/SQL/PrepareIndex.sql	Mon Jun 16 10:38:38 2025 +0200
+++ b/PostgreSQL/Plugins/SQL/PrepareIndex.sql	Mon Jun 16 13:12:08 2025 +0200
@@ -721,7 +721,7 @@
 EXECUTE PROCEDURE UpdateChildCount();
 
 
--- new in 1.12.8 (rev 5 ?)
+-- new in 1.12.8 (rev 5)
 
 CREATE TABLE KeyValueStores(
        storeId TEXT NOT NULL,