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
472 B
18 lines
472 B
# Generated by Django 4.2.7 on 2024-01-31 10:25 |
|
|
|
from django.db import migrations, models |
|
|
|
|
|
class Migration(migrations.Migration): |
|
|
|
dependencies = [ |
|
('update', '0020_cinema_is_cloud_cinema_remote_label'), |
|
] |
|
|
|
operations = [ |
|
migrations.AddField( |
|
model_name='updatecommand', |
|
name='comment', |
|
field=models.TextField(default='', help_text='页面显示提示', verbose_name='页面显示提示'), |
|
), |
|
]
|
|
|