refactor(inventory): remove unused fields from InventoryItem and update related DTOs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- Remove unused fields from InventoryItem
|
||||
ALTER TABLE `InventoryItem`
|
||||
DROP COLUMN `priority`,
|
||||
DROP COLUMN `shelfNote`,
|
||||
DROP COLUMN `isOnSale`,
|
||||
DROP COLUMN `priceLevel`,
|
||||
DROP COLUMN `proteinType`,
|
||||
DROP COLUMN `isLeftover`;
|
||||
Reference in New Issue
Block a user