added migrations for objects
rebuild requirements.txt
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# 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",
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user