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.
17 lines
539 B
17 lines
539 B
# Generated by Django 4.2.7 on 2024-01-11 07:19 |
|
|
|
from django.db import migrations |
|
|
|
|
|
class Migration(migrations.Migration): |
|
|
|
dependencies = [ |
|
('update', '0016_updatecommand_is_force'), |
|
] |
|
|
|
operations = [ |
|
migrations.AlterModelOptions( |
|
name='updatecommand', |
|
options={'ordering': ['id', 'desc', 'command', 'ver_id', 'process', 'run_num', 'is_sys', 'is_checked', 'is_force', 'is_delete', 'update_time'], 'verbose_name': '升级脚本', 'verbose_name_plural': '升级脚本'}, |
|
), |
|
]
|
|
|