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