perf: 修改迁移文件中的字段信息

pull/10693/head
jiangweidong 2023-06-13 13:54:59 +08:00
parent af018ea262
commit 4683ae8c09
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='ftplog',
name='has_file',
field=models.BooleanField(default=False, verbose_name='File Record'),
field=models.BooleanField(default=False, verbose_name='File'),
),
migrations.AddField(
model_name='ftplog',