fix: fraction check in visibility table

misc: bump vistable version, and erase old-version vistables
This commit is contained in:
jeefo 2023-03-23 09:57:23 +03:00
commit 6d24e1bbd7
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
2 changed files with 13 additions and 2 deletions

View file

@ -72,7 +72,7 @@ CR_DECLARE_SCOPED_ENUM (StorageOption,
CR_DECLARE_SCOPED_ENUM (StorageVersion,
Graph = 2,
Practice = 1,
Vistable = 1,
Vistable = 2,
Matrix = 1,
Podbot = 7
)