2
0

🗃️ Add updatedAt fields where missing

This commit is contained in:
Baptiste Arnaud
2023-02-03 07:58:14 +01:00
parent bf607289f4
commit 0b34321bf7
10 changed files with 80 additions and 29 deletions

View File

@ -19,6 +19,7 @@ export const answerInputSchema =
answerSchema
.omit({
createdAt: true,
updatedAt: true,
resultId: true,
variableId: true,
storageUsed: true,