Mercurial > hg > orthanc
changeset 2300:cc92410cbed2
GlobalProperty_DatabasePatchLevel
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Jul 2017 08:43:54 +0200 |
parents | 03982a0db696 |
children | bde58ce4b41c |
files | OrthancServer/ServerEnumerations.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Wed Jul 05 15:52:47 2017 +0200 +++ b/OrthancServer/ServerEnumerations.h Thu Jul 06 08:43:54 2017 +0200 @@ -146,7 +146,8 @@ { GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 GlobalProperty_FlushSleep = 2, - GlobalProperty_AnonymizationSequence = 3 + GlobalProperty_AnonymizationSequence = 3, + GlobalProperty_DatabasePatchLevel = 4 // Reserved for internal use of the database plugins }; enum MetadataType