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.
19 lines
428 B
19 lines
428 B
9 months ago
|
# Generated by Django 4.2.7 on 2024-02-05 06:13
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('update', '0022_updatecommand_run'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='cinema',
|
||
|
name='ver_id',
|
||
|
field=models.IntegerField(default=0, help_text='版本id', verbose_name='版本id'),
|
||
|
),
|
||
|
]
|