15 lines
337 B
Python
15 lines
337 B
Python
# Generated by Django 4.2.17 on 2025-02-26 13:54
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0049_alter_lead_status_alter_leadstatushistory_new_status_and_more'),
|
|
('inventory', '0050_remove_carreservation_reserved_for'),
|
|
]
|
|
|
|
operations = [
|
|
]
|