Started on DBv1 migration

This commit is contained in:
Stefan Zermatten
2021-09-06 11:36:42 +02:00
parent fc0cc6e689
commit 235560eb44
19 changed files with 658 additions and 174 deletions

View File

@@ -8,8 +8,8 @@ const InlineComputationSchema = new SimpleSchema({
type: String,
max: STORAGE_LIMITS.calculation,
},
result: {
type: String,
value: {
type: SimpleSchema.oneOf(String, Number),
optional: true,
max: STORAGE_LIMITS.calculation,
},