Fix column type on portfolios defense_component

This commit is contained in:
leigh-mil 2020-01-31 14:03:30 -05:00
parent 32607224b3
commit b5e7ea3fa6

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