Merge branch 'staging' into product-purchase-provisioning

This commit is contained in:
tomdds 2020-01-31 14:41:32 -05:00 committed by GitHub
commit a0ea3e3220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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