diff OrthancServer/DatabaseWrapper.h @ 1664:0c58f189782d db-changes

prepare migration to db v6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 13:43:20 +0200
parents c40fe92a68e7
children de1413733c97
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Wed Sep 30 13:36:30 2015 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Wed Sep 30 13:43:20 2015 +0200
@@ -71,6 +71,8 @@
 
     void ClearTable(const std::string& tableName);
 
+    void ExecuteUpgrade5To6(IStorageArea& storageArea);
+
   public:
     DatabaseWrapper(const std::string& path);