Fix merge fallout and migrations

This commit is contained in:
Neil Martinsen-Burrell 2022-12-07 09:48:56 -06:00
parent 5d56c88ba5
commit 3e878c776d
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
5 changed files with 29 additions and 5 deletions

View file

@ -138,6 +138,10 @@ class DomainApplication(TimeStampedModel):
help_text="Type of Organization",
)
federal_agency = models.TextField(
null=True, blank=False, help_text="Top level federal agency"
)
federal_type = models.CharField(
max_length=50,
choices=BranchChoices.choices,