Merge pull request #1379 from dod-ccpo/fix-portfolio-column-type

Fix column type on portfolios defense_component
This commit is contained in:
leigh-mil 2020-01-31 14:25:23 -05:00 committed by GitHub
commit 3737219995
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