Fix column type on portfolios defense_component
This commit is contained in:
parent
32607224b3
commit
b5e7ea3fa6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user