add generate_script to the task v2 table (#3332)

This commit is contained in:
Shuchang Zheng
2025-08-31 15:08:01 +08:00
committed by GitHub
parent 494b009ef9
commit 687bf1e2c7
6 changed files with 51 additions and 0 deletions

View File

@@ -664,6 +664,7 @@ class TaskV2Model(Base):
max_screenshot_scrolling_times = Column(Integer, nullable=True)
extra_http_headers = Column(JSON, nullable=True)
browser_address = Column(String, nullable=True)
generate_script = Column(Boolean, nullable=False, default=False)
queued_at = Column(DateTime, nullable=True)
started_at = Column(DateTime, nullable=True)