initial commit
This commit is contained in:
18
apps/project/migrations/0007_alter_round_grade.py
Normal file
18
apps/project/migrations/0007_alter_round_grade.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2 on 2025-04-16 10:31
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('project', '0006_testdemand_testdesciption'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='round',
|
||||
name='grade',
|
||||
field=models.CharField(blank=True, default='1', help_text='等级', max_length=64, null=True, verbose_name='等级'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user