14 lines
266 B
Python
14 lines
266 B
Python
# Generated by Django 4.2.17 on 2025-01-19 12:55
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0004_rename_assigned_lead_staff_remove_customer_city_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
]
|