19 lines
370 B
Python
19 lines
370 B
Python
# Generated by Django 3.0.7 on 2020-07-17 00:32
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('employee', '0013_auto_20200716_1806'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='employee',
|
|
old_name='education',
|
|
new_name='max_edu',
|
|
),
|
|
]
|