fix: add a forgotten ? to schema
This commit is contained in:
parent
55eba480ac
commit
658f3a1a09
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ model OAuth {
|
|||
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
||||
userId Int
|
||||
username String
|
||||
oauthId String
|
||||
oauthId String?
|
||||
token String
|
||||
refresh String?
|
||||
|
||||
|
|
Loading…
Reference in a new issue