2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-04 14:28:48 +00:00
InvenTree/InvenTree/order/migrations/0066_remove_salesorderadditionallineitem_title.py
2022-03-06 18:43:27 +01:00

18 lines
348 B
Python

# Generated by Django 3.2.12 on 2022-03-06 01:19
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('order', '0065_auto_20220305_2209'),
]
operations = [
migrations.RemoveField(
model_name='salesorderadditionallineitem',
name='title',
),
]