fix: revert graph version to 2

add: allow loading of graphs with different versions for future bot versions.
This commit is contained in:
jeefo 2022-10-03 11:20:06 +03:00
commit e1d64b62ce
No known key found for this signature in database
GPG key ID: D85B0637366787C3
2 changed files with 10 additions and 13 deletions

View file

@ -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,