first push
This commit is contained in:
18
ticket/migrations/0031_ticketsupport_referred_date.py
Normal file
18
ticket/migrations/0031_ticketsupport_referred_date.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.13 on 2025-02-01 12:29
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ticket', '0030_auto_20250126_2122'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='ticketsupport',
|
||||
name='referred_date',
|
||||
field=models.DateTimeField(auto_now=True, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user