mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-21 02:00:45 +00:00
output DB version in info command
This commit is contained in:
@ -5,7 +5,8 @@
|
||||
|
||||
#include "golpe.h"
|
||||
|
||||
const size_t CURR_DB_VERSION = 1;
|
||||
#include "constants.h"
|
||||
|
||||
|
||||
static void dbCheck(lmdb::txn &txn, const std::string &cmd) {
|
||||
auto dbTooOld = [&](uint64_t ver) {
|
||||
|
Reference in New Issue
Block a user