parent
d74731f416
commit
379a7c1c3c
3 changed files with 21 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||||||
|
# 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), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue