database cleanup
This commit is contained in:
parent
612fae4fa7
commit
8931410181
1 changed files with 17 additions and 0 deletions
17
movie_manager/migrations/0003_alter_schedule_options.py
Normal file
17
movie_manager/migrations/0003_alter_schedule_options.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 5.1.4 on 2025-04-21 03:36
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('movie_manager', '0002_showing_schedule'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='schedule',
|
||||
options={'ordering': ['name']},
|
||||
),
|
||||
]
|
Loading…
Add table
Reference in a new issue