2
0

build: Archive results to still be able to check usage

This commit is contained in:
Baptiste Arnaud
2022-06-24 14:06:06 +02:00
parent 64a1655f52
commit 3a4f263c71
5 changed files with 112 additions and 7 deletions

View File

@ -232,6 +232,7 @@ model Result {
variables Json[]
isCompleted Boolean
hasStarted Boolean?
isArchived Boolean?
logs Log[]
}