Migration change, script work

This commit is contained in:
zandercymatics 2023-10-27 08:29:50 -06:00
parent 00f44f2f84
commit 519595ba9b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
6 changed files with 107 additions and 49 deletions

View file

@ -48,6 +48,11 @@ class TransitionDomain(TimeStampedModel):
blank=True,
help_text="Type of organization",
)
organization_name = models.TextField(
null=True,
blank=True,
help_text="Organization name",
)
federal_type = models.TextField(
max_length=50,
null=True,