diff OrthancServer/Sources/ServerEnumerations.h @ 5084:9770d537880d attach-custom-data

added support for revision in SQLite + avoid upgrading DB version
author Alain Mazy <am@osimis.io>
date Thu, 15 Sep 2022 09:02:07 +0200
parents e95fadefeb72
children 8279eaab0d1d
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.h	Wed Sep 14 17:11:45 2022 +0200
+++ b/OrthancServer/Sources/ServerEnumerations.h	Thu Sep 15 09:02:07 2022 +0200
@@ -125,6 +125,7 @@
     GlobalProperty_AnonymizationSequence = 3,
     GlobalProperty_JobsRegistry = 5,
     GlobalProperty_GetTotalSizeIsFast = 6,      // New in Orthanc 1.5.2
+    GlobalProperty_SQLiteHasCustomDataAndRevision = 7,     // New in Orthanc 1.12.0
     GlobalProperty_Modalities = 20,             // New in Orthanc 1.5.0
     GlobalProperty_Peers = 21,                  // New in Orthanc 1.5.0