docs: Added misc comments

This commit is contained in:
2026-06-29 17:52:25 +05:30
parent 40881b4773
commit 2e556173d4
4 changed files with 30 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ class Job(Base):
onupdate=func.now(),
nullable=False,
)
# JSON summaries and results
summary: Mapped[Optional[Dict[str, Any]]] = mapped_column(
JSON,
nullable=True,