feat: fix enm-models 修改 enm 字段
This commit is contained in:
parent
ab0a5c17fe
commit
bbc1210685
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 3.2.12 on 2025-10-28 08:55
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('enm', '0058_mpoint_save_expr'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='mpoint',
|
||||
name='cal_related_mgroup_running',
|
||||
field=models.PositiveSmallIntegerField(blank=True, choices=[(10, '不涉及'), (20, '运行时统计')], default=10, null=True, verbose_name='与工段运行状态的关联'),
|
||||
),
|
||||
]
|
||||
Loading…
Reference in New Issue