database-cleanup #3

Merged
tiradoe merged 4 commits from database-cleanup into main 2025-04-21 04:43:15 +00:00
Showing only changes of commit 8931410181 - Show all commits

View 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']},
),
]