25 lines
620 B
Python
25 lines
620 B
Python
# Generated by Django 4.2.27 on 2026-08-03
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("system", "0007_alter_dept_create_by_alter_dept_third_info_and_more"),
|
|
("wpm", "0137_mlog_wpr_defect_snapshot"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="mlogbw",
|
|
name="files",
|
|
field=models.ManyToManyField(
|
|
blank=True,
|
|
related_name="mlogbw_outputs",
|
|
to="system.file",
|
|
verbose_name="产出附件",
|
|
),
|
|
),
|
|
]
|