Skip to content

Commit

Permalink
Fix typo in data migration
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Jun 9, 2024
1 parent daa5249 commit 6bdf372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def update_attachments(apps, schema_editor):
('company', 'ManufacturerPartAttachment', 'manufacturerpart', 'manufacturer_part'),
('order', 'PurchaseOrderAttachment', 'purchaseorder', 'order'),
('order', 'SalesOrderAttachment', 'salesorder', 'order'),
('order', 'ReturnOrderAttachment', 'order', 'order'),
('order', 'ReturnOrderAttachment', 'returnorder', 'order'),
('part', 'PartAttachment', 'part', 'part'),
('stock', 'StockItemAttachment', 'stockitem', 'stock_item')
]
Expand Down

0 comments on commit 6bdf372

Please sign in to comment.