From 863e1ee113e9066001374a9a0c24f305d891176e Mon Sep 17 00:00:00 2001 From: ankitsridhar16 Date: Mon, 23 Jan 2023 15:03:03 +0530 Subject: [PATCH] fix: fixed merge related conflicting data --- packages/hoppscotch-backend/prisma/schema.prisma | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/hoppscotch-backend/prisma/schema.prisma b/packages/hoppscotch-backend/prisma/schema.prisma index 1ec28dc6e..25f51f433 100644 --- a/packages/hoppscotch-backend/prisma/schema.prisma +++ b/packages/hoppscotch-backend/prisma/schema.prisma @@ -101,11 +101,6 @@ model UserHistory { enum ReqType { REST GQL - uid String @id @default(cuid()) - displayName String? - email String? - photoURL String? - UserEnvironments UserEnvironment[] } model UserEnvironment {