parent
8fc40c43d3
commit
acef8ab30a
7 changed files with 42 additions and 2 deletions
@ -0,0 +1,19 @@ |
|||||||
|
# Generated by Django 2.0.3 on 2018-03-15 17:19 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
import phonenumber_field.modelfields |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('user', '0017_subscriptioncategory_auto_add'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='user', |
||||||
|
name='phone', |
||||||
|
field=phonenumber_field.modelfields.PhoneNumberField(blank=True, max_length=128, null=True, unique=True), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue