0.1.20
support tickets routines
This commit is contained in:
19
ChatServiceApp/migrations/0003_msggroup_text.py
Normal file
19
ChatServiceApp/migrations/0003_msggroup_text.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 4.2.2 on 2023-08-02 14:54
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ChatServiceApp', '0002_msggroup_manager_msggroup_owner'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='msggroup',
|
||||
name='text',
|
||||
field=models.TextField(default='', verbose_name='Сообщение'),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user