Mercurial > hg > orthanc-databases
changeset 781:3a0ba14a99f5
fix
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Mon, 01 Dec 2025 15:10:22 +0100 |
| parents | 904bec8020fa |
| children | 135bd5b3228c |
| files | PostgreSQL/NEWS Resources/CMake/DatabasesPluginConfiguration.cmake |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/NEWS Mon Dec 01 11:52:35 2025 +0100 +++ b/PostgreSQL/NEWS Mon Dec 01 15:10:22 2025 +0100 @@ -3,15 +3,13 @@ DB schema revision: 10 Minimum plugin SDK (for build): 1.12.5 -Optimal plugin SDK (for build): 1.12.10 (TODO: update once released !) +Optimal plugin SDK (for build): 1.12.10 Minimum Orthanc runtime: 1.12.5 Optimal Orthanc runtime: 1.12.10 Minimal Postgresql Server version: 9 Optimal Postgresql Server version: 11+ -TODO before release: update SDK to 1.12.10 - Changes: * New configuration "Schema" (default value: 'public') to allow Orthanc to use another schema. Note that, if you are not using the default 'public'
--- a/Resources/CMake/DatabasesPluginConfiguration.cmake Mon Dec 01 11:52:35 2025 +0100 +++ b/Resources/CMake/DatabasesPluginConfiguration.cmake Mon Dec 01 15:10:22 2025 +0100 @@ -54,6 +54,8 @@ set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.12.8) elseif (ORTHANC_SDK_VERSION STREQUAL "1.12.9") set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.12.9) + elseif (ORTHANC_SDK_VERSION STREQUAL "1.12.10") + set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.12.10) elseif (ORTHANC_SDK_VERSION STREQUAL "framework") set(tmp ${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Include/) message(${tmp})
