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
465 B
19 lines
465 B
|
2 days ago
|
# Generated by Django 4.2.7 on 2026-07-15 03:53
|
||
|
|
|
||
|
|
from django.db import migrations, models
|
||
|
|
|
||
|
|
|
||
|
|
class Migration(migrations.Migration):
|
||
|
|
|
||
|
|
dependencies = [
|
||
|
|
('update', '0034_cinema_url'),
|
||
|
|
]
|
||
|
|
|
||
|
|
operations = [
|
||
|
|
migrations.AddField(
|
||
|
|
model_name='cinema',
|
||
|
|
name='db_name',
|
||
|
|
field=models.CharField(default='cine', help_text='影院数据库名称', max_length=50, verbose_name='影院数据库名称'),
|
||
|
|
),
|
||
|
|
]
|