fix: add a forgotten ? to schema

This commit is contained in:
diced 2022-12-17 14:12:44 -08:00
parent 55eba480ac
commit 658f3a1a09
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

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