Skip to content

Commit

Permalink
😀 Update refresh token schema
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Nov 1, 2023
1 parent b94b1ad commit 4a2212c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ model OAuthCredentials {
token_type String?
access_token_enc String? @db.Text
access_token_expiration DateTime?
refresh_token_enc String?
refresh_token_enc String? @db.Text
scope String?
create_date DateTime @default(now())
Expand Down

0 comments on commit 4a2212c

Please sign in to comment.