You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_django/booking/migrations/0002_rename_bookingmodel_bo...

20 lines
463 B
Python

# Generated by Django 5.2.3 on 2025-06-30 15:11
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("booking", "0001_initial"),
("common", "0002_alter_companymodel_short_name_and_more"),
("containers", "0005_alter_container_expedited_by_and_more"),
]
operations = [
migrations.RenameModel(
old_name="BookingModel",
new_name="Booking",
),
]