diff --git a/prisma/migrations/20250920162959_remove_coinos_nwc_receive/migration.sql b/prisma/migrations/20250920162959_remove_coinos_nwc_receive/migration.sql new file mode 100644 index 00000000..20fec6c6 --- /dev/null +++ b/prisma/migrations/20250920162959_remove_coinos_nwc_receive/migration.sql @@ -0,0 +1 @@ +UPDATE "WalletTemplate" SET "recvProtocols" = array_remove("recvProtocols", 'NWC') WHERE name = 'COINOS';