fix: remove redundant index on yookassaPaymentId

This commit is contained in:
Kirill
2026-05-20 17:54:01 +05:00
parent 7bba78b4c0
commit dad644190a
2 changed files with 2 additions and 1 deletions
@@ -0,0 +1,2 @@
-- DropIndex
DROP INDEX "Payment_yookassaPaymentId_idx";
-1
View File
@@ -174,7 +174,6 @@ model Payment {
updatedAt DateTime @updatedAt
@@index([orderId])
@@index([yookassaPaymentId])
}
model OrderItem {