new
parent
0080747dfd
commit
277b47a79a
Binary file not shown.
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-03 09:54
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('osichat', '0027_chatnotification_type'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='chatnotification',
|
||||
name='type_id',
|
||||
field=models.IntegerField(null=True),
|
||||
),
|
||||
]
|
Binary file not shown.
Loading…
Reference in New Issue