18 lines
381 B
Python
18 lines
381 B
Python
# Generated by Django 2.2.4 on 2020-06-03 09:41
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('mosquito', '0015_devicepoststatistic_increment'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name='devicepoststatistic',
|
|
unique_together={('device_id', 'date')},
|
|
),
|
|
]
|