Initial commit (Clean history)
This commit is contained in:
16
app/migrations/0163_delete_message_topic.py
Normal file
16
app/migrations/0163_delete_message_topic.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.1.7 on 2025-07-10 06:24
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0162_remove_notification_approve_status_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Message_Topic',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user