add color field and in stuck model
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 5.1.2 on 2025-02-01 15:15
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ticket', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='message',
|
||||
options={'verbose_name': 'پیام تیکت', 'verbose_name_plural': 'پیام های تیکت'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='ticket',
|
||||
options={'verbose_name': 'تیکت', 'verbose_name_plural': 'تیکت ها'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user