Echo-Z/comment/migrations/0004_alter_comment_table.py

18 lines
348 B
Python

# Generated by Django 4.2.23 on 2025-06-23 03:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('comment', '0003_comment_qq_alter_comment_archives_id'),
]
operations = [
migrations.AlterModelTable(
name='comment',
table='Comment',
),
]