18 lines
356 B
Python
18 lines
356 B
Python
# Generated by Django 3.0.7 on 2020-06-09 09:38
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('system', '0013_auto_20200609_1729'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name='dict',
|
|
unique_together={('name', 'code', 'type')},
|
|
),
|
|
]
|