Moments before disaster.

This commit is contained in:
Landon Wark
2023-11-17 10:59:01 -06:00
parent 74957ee318
commit 283e77fee5
4 changed files with 34 additions and 17 deletions

View File

@@ -577,7 +577,7 @@ class SubmissionType(Base):
info_map = Column(JSON) #: Where basic information is found in the excel workbook corresponding to this type.
instances = relationship("BasicSubmission", backref="submission_type")
# regex = Column(String(512))
template_file = Column(BLOB)
# template_file = Column(BLOB)
submissiontype_kit_associations = relationship(
"SubmissionTypeKitTypeAssociation",