bump DB version

This commit is contained in:
Doug Hoyte
2024-09-05 15:46:35 -04:00
parent 8f978426f4
commit 052c56e62f

View File

@ -1,5 +1,5 @@
#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_INDEXED_TAG_VAL_SIZE = 255;