new
parent
693b1a858e
commit
938ecbd32c
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.5 on 2024-09-06 06:48
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('osichat', '0028_chatnotification_type_id'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='chatnotification',
|
||||
name='session_id',
|
||||
field=models.CharField(max_length=200, null=True),
|
||||
),
|
||||
]
|
Binary file not shown.
Loading…
Reference in New Issue