21 lines
413 B
Python
21 lines
413 B
Python
# Generated by Django 3.2.13 on 2024-12-28 09:19
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('ticket', '0022_auto_20240917_0951'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='messagesupport',
|
|
name='ticket',
|
|
),
|
|
migrations.DeleteModel(
|
|
name='TicketSupport',
|
|
),
|
|
]
|