Merge branch 'staging' into download-and-email-tos
This commit is contained in:
commit
42b3fa2b0c
@ -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
|
||||
|
@ -54,7 +54,6 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user