add error_code_mapping and extracted_information_schema to task v2 (#1950)
This commit is contained in:
@@ -588,6 +588,8 @@ class TaskV2Model(Base):
|
||||
totp_verification_url = Column(String, nullable=True)
|
||||
totp_identifier = Column(String, nullable=True)
|
||||
proxy_location = Column(String, nullable=True)
|
||||
extracted_information_schema = Column(JSON, nullable=True)
|
||||
error_code_mapping = Column(JSON, nullable=True)
|
||||
|
||||
created_at = Column(DateTime, default=datetime.datetime.utcnow, nullable=False)
|
||||
modified_at = Column(DateTime, default=datetime.datetime.utcnow, onupdate=datetime.datetime.utcnow, nullable=False)
|
||||
|
||||
Reference in New Issue
Block a user