feat: add generation trace and partial-ready workflow status
This commit is contained in:
@@ -67,6 +67,9 @@ class Story(Base):
|
||||
generation_status: Mapped[str] = mapped_column(
|
||||
String(32), nullable=False, default="narrative_ready"
|
||||
)
|
||||
text_status: Mapped[str] = mapped_column(
|
||||
String(32), nullable=False, default="ready"
|
||||
)
|
||||
image_status: Mapped[str] = mapped_column(
|
||||
String(32), nullable=False, default="not_requested"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user