Mercurial > hg > orthanc
diff OrthancServer/ServerEnumerations.h @ 252:bd009f0b1931
db version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Dec 2012 12:50:25 +0100 |
parents | f23318b11b39 |
children | 326d5a4a5af3 |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Wed Dec 05 12:32:43 2012 +0100 +++ b/OrthancServer/ServerEnumerations.h Wed Dec 05 12:50:25 2012 +0100 @@ -59,7 +59,8 @@ enum GlobalProperty { - GlobalProperty_FlushSleep = 1 + GlobalProperty_DatabaseSchemaVersion = 1, + GlobalProperty_FlushSleep = 2 }; enum ResourceType