Skip to content

Commit

Permalink
Spotify doing funny business
Browse files Browse the repository at this point in the history
  • Loading branch information
DaXcess committed Jun 13, 2023
1 parent a287677 commit 865c609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ model Request {
model Account {
user_id String // Discord ID
type String // Account type
access_token String @db.VarChar(256) // Access token
refresh_token String @db.VarChar(256) // Refresh token
access_token String @db.VarChar(1024) // Access token
refresh_token String @db.VarChar(1024) // Refresh token
expires Float // When the access token expires
user User @relation(fields: [user_id], references: [id])
Expand Down

0 comments on commit 865c609

Please sign in to comment.