15 lines
307 B
Python
15 lines
307 B
Python
# Generated by Django 4.2.17 on 2025-02-06 10:08
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0002_alter_carregistration_car'),
|
|
('inventory', '0011_remove_lead_year_alter_schedule_customer'),
|
|
]
|
|
|
|
operations = [
|
|
]
|