added migrations for objects
rebuild requirements.txt
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.3 on 2025-07-01 08:41
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("booking", "0002_rename_bookingmodel_booking"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="booking",
|
||||
name="container_expedited_count",
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user