19 lines
416 B
Python
19 lines
416 B
Python
# Generated by Django 3.0.7 on 2020-07-13 03:43
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('system', '0022_auto_20200710_1535'),
|
|
('employee', '0004_auto_20200710_1535'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name='qualification',
|
|
unique_together={('employee', 'cert_field')},
|
|
),
|
|
]
|