Add int to eval-cache, bump eval cache schema version
This commit is contained in:
@@ -45,6 +45,7 @@ enum AttrType {
|
||||
Failed = 5,
|
||||
Bool = 6,
|
||||
ListOfStrings = 7,
|
||||
Int = 8,
|
||||
};
|
||||
|
||||
struct placeholder_t {};
|
||||
|
||||
Reference in New Issue
Block a user