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