add message and comment
This commit is contained in:
16
announcement/migrations/0007_delete_message.py
Normal file
16
announcement/migrations/0007_delete_message.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-29 15:38
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('announcement', '0006_message'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Message',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user