19 lines
367 B
Python
19 lines
367 B
Python
# Generated by Django 3.0.7 on 2020-07-10 03:39
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('employee', '0002_userdetail_photo'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='userdetail',
|
|
old_name='gengder',
|
|
new_name='gender',
|
|
),
|
|
]
|