Delete 'comments/migrations/0002_alter_comment_is_enable.py'

master
p9xvr8cjz 4 months ago
parent ee81b77298
commit e54c339813

@ -1,18 +0,0 @@
# Generated by Django 4.1.7 on 2023-04-24 13:48
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('comments', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='comment',
name='is_enable',
field=models.BooleanField(default=False, verbose_name='是否显示'),
),
]
Loading…
Cancel
Save