InvenTree/InvenTree/part/migrations/0062_merge_20210105_0056.py
2021-01-05 00:58:48 +11:00

15 lines
267 B
Python

# Generated by Django 3.0.7 on 2021-01-04 13:56
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('part', '0061_auto_20210104_2331'),
('part', '0061_auto_20210103_2313'),
]
operations = [
]