first push
This commit is contained in:
17
ticket/migrations/0019_remove_ticketsupport_picture.py
Normal file
17
ticket/migrations/0019_remove_ticketsupport_picture.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user