19 lines
408 B
Python
19 lines
408 B
Python
# Generated by Django 3.2.13 on 2024-06-15 14:07
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('ticket', '0004_auto_20240612_1936'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='messagesupport',
|
|
name='sender',
|
|
field=models.CharField(default='user', max_length=50),
|
|
),
|
|
]
|