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

CLOSES: SUP-704
This commit is contained in:
Carlos R. L. Rodrigues
2025-02-03 10:47:32 +00:00
committed by GitHub
parent a76cf3e8f5
commit c8376a9f15
13 changed files with 163 additions and 20 deletions
@@ -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([
{