add DATABASE_VERSION field for future migrations if any

This commit is contained in:
2017-03-07 01:50:51 +03:00
parent bd62bc8777
commit 20578996b7
6 changed files with 365 additions and 122 deletions

View File

@ -85,6 +85,13 @@ const char LIB_INSTALL_DIR[] = "@LIB_INSTALL_DIR@";
*/
const char ROOT_INSTALL_DIR[] = "@CMAKE_INSTALL_PREFIX@";
// internal configuration
/**
* @ingroup QueuedConfig
* @brief version of internal storage
*/
const int DATABASE_VERSION = 1;
// plugin interfaces
/**
* @brief plugin interface name