1234567891011121314151617 |
- # Generated by Django 4.1.2 on 2025-04-15 22:34
- from django.db import migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('bin', '0004_alter_locationmodel_location_type'),
- ]
- operations = [
- migrations.AlterUniqueTogether(
- name='devicemodel',
- unique_together={('location', 'device_id')},
- ),
- ]
|