mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
Fixed models for migrations (should also resolve test)
This commit is contained in:
parent
2d55a4a422
commit
9e04371e26
2 changed files with 3 additions and 5 deletions
|
@ -108,7 +108,7 @@ class TransitionDomain(TimeStampedModel):
|
|||
blank=True,
|
||||
help_text="Email",
|
||||
)
|
||||
phone = PhoneNumberField(
|
||||
phone = models.CharField(
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Phone",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue