Compare commits
No commits in common. "95037d2f49e8c7df621c9a30aac78b87791a58ea" and "fa2edf72985c69af8611d93cd5df8577e99427d5" have entirely different histories.
95037d2f49
...
fa2edf7298
|
|
@ -1,18 +0,0 @@
|
|||
# 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