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.
29 lines
651 B
29 lines
651 B
# Generated by Django 2.0.7 on 2019-06-12 18:52
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('user', '0033_add_childs'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='user',
|
|
name='child_birthday',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='user',
|
|
name='child_first_name',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='user',
|
|
name='child_gender',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='user',
|
|
name='child_last_name',
|
|
),
|
|
]
|
|
|