fix: revert graph version to 2
add: allow loading of graphs with different versions for future bot versions.
This commit is contained in:
parent
b617f40288
commit
e1d64b62ce
2 changed files with 10 additions and 13 deletions
|
|
@ -70,7 +70,7 @@ CR_DECLARE_SCOPED_ENUM (StorageOption,
|
|||
|
||||
// storage header versions
|
||||
CR_DECLARE_SCOPED_ENUM (StorageVersion,
|
||||
Graph = 3,
|
||||
Graph = 2,
|
||||
Practice = 1,
|
||||
Vistable = 1,
|
||||
Matrix = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue