add ext_expires_in to Account model for Microsoft OAuth

This commit is contained in:
mARTin 2026-03-03 15:00:42 +01:00
parent 3a4e04702a
commit 263185ebab

View File

@ -116,6 +116,7 @@ model Account {
scope String?
id_token String?
session_state String?
ext_expires_in Int?
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
@@unique([provider, providerAccountId])