feat: implement save receipt functionality with transaction handling and DTOs
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
-- AlterTable: Remove Product.category field (redundant with categoryId)
|
||||
ALTER TABLE `Product` DROP COLUMN `category`;
|
||||
|
||||
-- AlterTable: Add index on ReceiptAlias.receiptName for faster lookups
|
||||
CREATE INDEX `ReceiptAlias_receiptName_idx` ON `ReceiptAlias`(`receiptName`);
|
||||
Reference in New Issue
Block a user