Commit 21d1bb7f authored by 王英豪's avatar 王英豪

测试

parent 8bac5d1d
# Generated by Django 3.1.3 on 2022-11-30 11:34
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('automated_main', '0006_auto_20221125_1434'),
]
operations = [
migrations.AlterField(
model_name='testingprogress',
name='type',
field=models.CharField(max_length=50, null=True, verbose_name='图表颜色'),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment