mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 06:18:48 +00:00
19 lines
419 B
Python
19 lines
419 B
Python
# Generated by Django 2.2 on 2019-06-05 10:56
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('company', '0005_auto_20190525_2356'),
|
|
('order', '0005_purchaseorderlineitem_part'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name='purchaseorderlineitem',
|
|
unique_together={('order', 'part')},
|
|
),
|
|
]
|