Merge branch 'staging' into product-purchase-provisioning
This commit is contained in:
commit
a0ea3e3220
@ -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