mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-07-29 20:20:54 +02:00
19 lines
438 B
Python
19 lines
438 B
Python
# Generated by Django 5.2.1 on 2025-06-02 09:56
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('helpdesk', '0038_checklist_checklisttemplate_checklisttask'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='ticketchange',
|
|
name='field',
|
|
field=models.CharField(max_length=200, verbose_name='Field'),
|
|
),
|
|
]
|