You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
451 B
18 lines
451 B
# Generated by Django 4.2.7 on 2024-02-06 00:42 |
|
|
|
from django.db import migrations, models |
|
|
|
|
|
class Migration(migrations.Migration): |
|
|
|
dependencies = [ |
|
('update', '0024_updatealter'), |
|
] |
|
|
|
operations = [ |
|
migrations.AlterField( |
|
model_name='updatealter', |
|
name='alter', |
|
field=models.CharField(help_text='命令作用描述', max_length=2000, verbose_name='命令作用描述'), |
|
), |
|
]
|
|
|