You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
426 B

# Generated by Django 2.0.7 on 2019-10-02 18:57
from django.db import migrations, models
import project.utils.db
class Migration(migrations.Migration):
dependencies = [
('user', '0034_auto_20190612_1852'),
]
operations = [
migrations.AddField(
model_name='user',
name='phone2',
field=models.CharField(blank=True, max_length=20, null=True),
),
]