# HG changeset patch # User Sebastien Jodogne # Date 1499323434 -7200 # Node ID cc92410cbed28b01e65ebf5ae901f4839625ef0b # Parent 03982a0db696d3cecb23e87c317ad175e8acb3b5 GlobalProperty_DatabasePatchLevel diff -r 03982a0db696 -r cc92410cbed2 OrthancServer/ServerEnumerations.h --- 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