mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-17 08:48:51 +00:00
bump DB version
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
const uint64_t CURR_DB_VERSION = 2;
|
const uint64_t CURR_DB_VERSION = 3;
|
||||||
const size_t MAX_SUBID_SIZE = 71; // Statically allocated size in SubId
|
const size_t MAX_SUBID_SIZE = 71; // Statically allocated size in SubId
|
||||||
const size_t MAX_INDEXED_TAG_VAL_SIZE = 255;
|
const size_t MAX_INDEXED_TAG_VAL_SIZE = 255;
|
||||||
|
Reference in New Issue
Block a user