parent
58f02cbfe4
commit
0c0999760a
4 changed files with 27 additions and 5 deletions
@ -0,0 +1,18 @@ |
||||
# 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='影院数据库名称'), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue