mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Remove db_index, add meta index
This commit is contained in:
parent
aa9ec2d716
commit
24a18f1562
7 changed files with 31 additions and 13 deletions
|
@ -70,7 +70,6 @@ class User(AbstractUser):
|
|||
null=True,
|
||||
blank=True,
|
||||
help_text="Phone",
|
||||
db_index=True,
|
||||
)
|
||||
|
||||
verification_type = models.CharField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue