mirror of
https://github.com/evraz-hack/backend.git
synced 2024-11-25 10:33:47 +03:00
17 lines
341 B
Python
17 lines
341 B
Python
|
# Generated by Django 4.1.7 on 2023-02-17 09:42
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
("analytics", "0001_initial"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name="exgaustersignaldescription",
|
||
|
name="Exgauster",
|
||
|
),
|
||
|
]
|