Update migration order and change loa to loas

This commit is contained in:
leigh-mil
2019-02-22 12:01:17 -05:00
parent 68ab32d1d1
commit f1b9bf19a7
6 changed files with 13 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ class TaskOrder(Base, mixins.TimestampsMixin):
pdf_attachment_id = Column(ForeignKey("attachments.id"))
_pdf = relationship("Attachment", foreign_keys=[pdf_attachment_id])
number = Column(String, unique=True) # Task Order Number
loa = Column(ARRAY(String)) # Line of Accounting (LOA)
loas = Column(ARRAY(String)) # Line of Accounting (LOA)
custom_clauses = Column(String) # Custom Clauses
signer_dod_id = Column(String)
signed_at = Column(DateTime)