mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +00:00
18 lines
346 B
Python
18 lines
346 B
Python
# Generated by Django 2.2.5 on 2019-09-12 12:19
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('company', '0006_supplierpricebreak_currency'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='supplierpart',
|
|
name='lead_time',
|
|
),
|
|
]
|