feat: add new document and documentcategory model for auto evaluation detail
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 5.2.7 on 2026-04-03 10:58
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('chat', '0002_chatroom_and_message_media'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='chatmessagemodel',
|
||||
options={'ordering': ['created_at'], 'verbose_name': 'Chat Xabar', 'verbose_name_plural': 'Chat Xabarlar'},
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='chatroommodel',
|
||||
name='type',
|
||||
field=models.CharField(choices=[('auto_evaluation', 'AutoEvaluation xonasi'), ('direct', "To'g'ridan-to'g'ri")], db_index=True, default='auto_evaluation', max_length=20, verbose_name='type'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user