mirror of
https://github.com/arcan1s/queued.git
synced 2025-12-18 05:03:44 +00:00
add DATABASE_VERSION field for future migrations if any
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user