mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 14:28:48 +00:00
18 lines
348 B
Python
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',
|
|
),
|
|
]
|