mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 22:08:49 +00:00
19 lines
426 B
Python
19 lines
426 B
Python
# Generated by Django 2.2 on 2019-06-06 11:33
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('order', '0008_auto_20190605_2140'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='purchaseorder',
|
|
name='description',
|
|
field=models.CharField(help_text='Order description', max_length=250),
|
|
),
|
|
]
|