devicehub-django/snapshot/migrations/0002_remove_annotation_device.py
Cayo Puigdefabregas 0cffa5a951 new structure
2024-07-19 17:40:01 +02:00

18 lines
322 B
Python

# Generated by Django 5.0.6 on 2024-07-18 17:30
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("snapshot", "0001_initial"),
]
operations = [
migrations.RemoveField(
model_name="annotation",
name="device",
),
]