Merge pull request #1379 from dod-ccpo/fix-portfolio-column-type
Fix column type on portfolios defense_component
This commit is contained in:
commit
3737219995
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user