Merge branch 'staging' into download-and-email-tos

This commit is contained in:
leigh-mil 2020-01-31 14:28:37 -05:00 committed by GitHub
commit 42b3fa2b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 14 deletions

View File

@ -22,7 +22,7 @@ class Portfolio(
id = types.Id() id = types.Id()
name = Column(String, nullable=False) name = Column(String, nullable=False)
defense_component = Column( defense_component = Column(
String, nullable=False ARRAY(String), nullable=False
) # Department of Defense Component ) # Department of Defense Component
app_migration = Column(String) # App Migration app_migration = Column(String) # App Migration

View File

@ -54,7 +54,6 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
</div>
</section> </section>
<hr> <hr>