2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00
InvenTree/InvenTree/part/migrations/0018_auto_20190907_0941.py
2019-09-07 19:43:41 +10:00

19 lines
436 B
Python

# Generated by Django 2.2.4 on 2019-09-07 09:41
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('part', '0017_bomitem_checksum'),
]
operations = [
migrations.AlterField(
model_name='partparametertemplate',
name='name',
field=models.CharField(help_text='Parameter Name', max_length=100, unique=True),
),
]