Add int to eval-cache, bump eval cache schema version

This commit is contained in:
Eli Kogan-Wang
2022-05-16 02:29:29 +02:00
parent 0cea59ab4b
commit c81d24f1c7
2 changed files with 24 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ enum AttrType {
Failed = 5,
Bool = 6,
ListOfStrings = 7,
Int = 8,
};
struct placeholder_t {};