increment the version
This commit is contained in:
parent
37a0361617
commit
e0eb7170ba
|
@ -4387,7 +4387,7 @@ public:
|
|||
|
||||
#pragma pack(push, 1)
|
||||
struct MetaKey {
|
||||
static constexpr int FORMAT_VERSION = 11;
|
||||
static constexpr int FORMAT_VERSION = 12;
|
||||
// This serves as the format version for the entire tree, individual pages will not be versioned
|
||||
uint16_t formatVersion;
|
||||
uint8_t height;
|
||||
|
|
Loading…
Reference in New Issue