Skip to content

Commit 1cbbb26

Browse files
committed
feat(models): add job metrics in workflow model #245
1 parent f0da4c1 commit 1cbbb26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

reana_db/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ class Workflow(Base, Timestamp, QuotaBase):
542542
complexity = Column(ARRAY(BigInteger(), dimensions=2), default=[])
543543
type_ = Column(String(30))
544544
logs = Column(String)
545+
metrics = Column(JSONType)
545546
run_started_at = Column(DateTime)
546547
run_finished_at = Column(DateTime)
547548
run_stopped_at = Column(DateTime)

0 commit comments

Comments
 (0)