fix: fixed merge related conflicting data

This commit is contained in:
ankitsridhar16
2023-01-23 15:03:03 +05:30
parent f7070dd3f7
commit 863e1ee113

View File

@@ -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 {