mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-09 16:58:49 +00:00
18 lines
333 B
Python
18 lines
333 B
Python
# Generated by Django 2.2 on 2019-05-21 03:51
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('company', '0002_auto_20190520_2204'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='supplierpart',
|
|
name='minimum',
|
|
),
|
|
]
|