18 lines
336 B
Python
18 lines
336 B
Python
# Generated by Django 3.2.13 on 2024-09-14 09:26
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('ticket', '0018_auto_20240912_1258'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='ticketsupport',
|
|
name='picture',
|
|
),
|
|
]
|