Files
digest_app/module_notification/migrations/0003_alter_inappnotification_table.py
2024-04-01 11:31:16 +05:30

18 lines
361 B
Python

# Generated by Django 5.0.2 on 2024-03-30 18:54
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('module_notification', '0002_inappnotification'),
]
operations = [
migrations.AlterModelTable(
name='inappnotification',
table='inapp_notification',
),
]