fix: fixed merge related conflicting data
This commit is contained in:
parent
f7070dd3f7
commit
863e1ee113
1 changed files with 0 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue