Spaces:
Sleeping
Sleeping
File size: 393 Bytes
2e53f8d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Generated by Django 5.0.6 on 2024-08-07 12:46
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("api", "0010_fabricbatch_pch_fabricbatch_po_fabricbatch_warehouse_and_more"),
]
operations = [
migrations.RemoveField(
model_name="fabricbatch",
name="supplierName",
),
]
|