chore(medusa): clear workflow execution (#11200)

CLOSES: SUP-704
This commit is contained in:
Carlos R. L. Rodrigues
2025-02-03 07:47:32 -03:00
committed by GitHub
parent a76cf3e8f5
commit c8376a9f15
13 changed files with 163 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ export const WorkflowExecution = model
execution: model.json().nullable(),
context: model.json().nullable(),
state: model.enum(TransactionState),
retention_time: model.number().nullable(),
})
.indexes([
{