mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Fix merge fallout and migrations
This commit is contained in:
parent
5d56c88ba5
commit
3e878c776d
5 changed files with 29 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue