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
409 B
18 lines
409 B
10 months ago
|
# Generated by Django 4.2.7 on 2024-01-11 07:24
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('update', '0017_alter_updatecommand_options'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='updatecommand',
|
||
|
options={'verbose_name': '升级脚本', 'verbose_name_plural': '升级脚本'},
|
||
|
),
|
||
|
]
|