npx prisma format (#2465)

This commit is contained in:
ekzyis 2025-08-29 02:17:26 +02:00 committed by GitHub
parent c5b50d71ac
commit 74361aea18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1318,8 +1318,8 @@ model WalletProtocol {
walletRecvCLNRest WalletRecvCLNRest?
walletRecvLNDGRPC WalletRecvLNDGRPC?
@@index([walletId])
@@unique(name: "WalletProtocol_walletId_send_name_key", [walletId, send, name])
@@index([walletId])
}
model WalletSendNWC {