fix: rename apiKey to apiKeys in moder User relation in schema.prisma
parent
9a5eb0e43d
commit
a3471abcf9
|
@ -149,8 +149,8 @@ model User {
|
|||
away Boolean @default(false)
|
||||
metadata Json?
|
||||
verified Boolean? @default(false)
|
||||
apiKeys ApiKey[]
|
||||
|
||||
ApiKey ApiKey[]
|
||||
@@map(name: "users")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue