Update migration and conflict

This commit is contained in:
Rebecca Hsieh 2024-06-26 14:09:30 -07:00
commit 7d85dced0d
No known key found for this signature in database
10 changed files with 313 additions and 10 deletions

View file

@ -296,6 +296,11 @@ class DomainRequest(TimeStampedModel):
blank=True,
)
action_needed_reason_email = models.TextField(
null=True,
blank=True,
)
federal_agency = models.ForeignKey(
"registrar.FederalAgency",
on_delete=models.PROTECT,