mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 11:40:58 +00:00
remove old fields from the StockItemTracking model
This commit is contained in:
29
InvenTree/stock/migrations/0063_auto_20210511_2343.py
Normal file
29
InvenTree/stock/migrations/0063_auto_20210511_2343.py
Normal file
@ -0,0 +1,29 @@
|
||||
# Generated by Django 3.2 on 2021-05-11 13:43
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('stock', '0062_auto_20210511_2151'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='stockitemtracking',
|
||||
name='link',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='stockitemtracking',
|
||||
name='quantity',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='stockitemtracking',
|
||||
name='system',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='stockitemtracking',
|
||||
name='title',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user