18 lines
350 B
Python
18 lines
350 B
Python
# Generated by Django 5.2.1 on 2025-06-19 13:34
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0004_remove_saleorder_agreed_price_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='saleorder',
|
|
name='car',
|
|
),
|
|
]
|