feat: 生产qm 迁移文件

This commit is contained in:
zty 2024-12-25 10:17:05 +08:00
parent 0c340bebcd
commit 5a41aee253
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 3.2.12 on 2024-12-25 02:15
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('qm', '0031_auto_20241223_1050'),
]
operations = [
migrations.AddField(
model_name='defect',
name='note',
field=models.TextField(blank=True, null=True, verbose_name='备注'),
),
]