fix: remove redundant index on yookassaPaymentId
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
-- DropIndex
|
||||||
|
DROP INDEX "Payment_yookassaPaymentId_idx";
|
||||||
@@ -174,7 +174,6 @@ model Payment {
|
|||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
|
|
||||||
@@index([orderId])
|
@@index([orderId])
|
||||||
@@index([yookassaPaymentId])
|
|
||||||
}
|
}
|
||||||
|
|
||||||
model OrderItem {
|
model OrderItem {
|
||||||
|
|||||||
Reference in New Issue
Block a user