From 52763fc4c047aacd4f1dba9334737389bc6a393c Mon Sep 17 00:00:00 2001 From: mrkarimoff Date: Mon, 4 Dec 2023 17:20:49 +0500 Subject: [PATCH] fix: protocol create invocation --- prisma/schema.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 54f3b7af9..93a605ffc 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -28,7 +28,7 @@ model Protocol { } model Asset { - key String @id @unique + key String @id assetId String @unique name String type String