mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 10:18:42 +00:00
Update migration files
This commit is contained in:
@@ -97,7 +97,7 @@ class Migration(migrations.Migration):
|
||||
("company", "0079_auto_20260212_1054"),
|
||||
("order", "0119_transferorderlineitem_line_int"),
|
||||
("part", "0150_part_maximum_stock"),
|
||||
("stock", "0122_alter_stockitem_creation_date")
|
||||
("stock", "0123_remove_stockitem_notes")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ from django.db import migrations
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("stock", "0122_alter_stockitem_creation_date"),
|
||||
("stock", "0123_remove_stockitem_notes"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user