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