2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00
InvenTree/InvenTree/order/migrations/0065_auto_20220305_2209.py
2022-03-05 23:10:20 +01:00

26 lines
564 B
Python

# Generated by Django 3.2.12 on 2022-03-05 22:09
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('order', '0064_auto_20220304_0004'),
]
operations = [
migrations.RemoveField(
model_name='salesorder',
name='checksum',
),
migrations.RemoveField(
model_name='salesorder',
name='sell_price',
),
migrations.RemoveField(
model_name='salesorder',
name='sell_price_currency',
),
]