changeset 1665:761a5c07fb1b db-changes

set db version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 13:46:57 +0200
parents 0c58f189782d
children 9e875db36aef
files OrthancServer/DatabaseWrapper.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.cpp	Wed Sep 30 13:43:20 2015 +0200
+++ b/OrthancServer/DatabaseWrapper.cpp	Wed Sep 30 13:46:57 2015 +0200
@@ -852,6 +852,8 @@
       printf("[%s]\n", it->c_str());
     }
 
+    SetGlobalProperty(GlobalProperty_DatabaseSchemaVersion, "6");
+
     transaction->Commit();
   }