19 lines
418 B
Python
19 lines
418 B
Python
# Generated by Django 3.2.12 on 2025-03-07 03:03
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('wpm', '0095_alter_mlogbdefect_defect'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='fmlog',
|
|
name='enabled',
|
|
field=models.BooleanField(default=True, verbose_name='是否启用'),
|
|
),
|
|
]
|