Fixed models for migrations (should also resolve test)

This commit is contained in:
CocoByte 2024-02-27 21:20:37 -07:00
parent 2d55a4a422
commit 9e04371e26
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 3 additions and 5 deletions

View file

@ -108,7 +108,7 @@ class TransitionDomain(TimeStampedModel):
blank=True,
help_text="Email",
)
phone = PhoneNumberField(
phone = models.CharField(
null=True,
blank=True,
help_text="Phone",