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
2 changed files with 13 additions and 14 deletions

View File

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

View File

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