feat(inventory): add origin field to InventoryItem and update related DTOs and services
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `InventoryItem` ADD COLUMN `origin` VARCHAR(191) NULL;
|
||||
Reference in New Issue
Block a user