feat: add receiptName field to InventoryItem model and update related DTOs and service

This commit is contained in:
Nils-Johan Gynther
2026-04-16 21:22:34 +02:00
parent af88a0dc81
commit 2a0da005ff
7 changed files with 25 additions and 2 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE `InventoryItem` ADD COLUMN `receiptName` VARCHAR(191) NULL;