refactor: changed the test cases to reflect change to UserHistory schema
This commit is contained in:
@@ -91,7 +91,7 @@ model UserHistory {
|
||||
id String @id @default(cuid())
|
||||
userUid String
|
||||
user User @relation(fields: [userUid], references: [uid], onDelete: Cascade)
|
||||
type ReqType
|
||||
reqType ReqType
|
||||
request Json
|
||||
responseMetadata Json
|
||||
isStarred Boolean
|
||||
|
||||
Reference in New Issue
Block a user