Skip to content

Commit 2dea891

Browse files
pCyrilndom91
andauthored
fix(sequelize): increase sequelize id_token column length (#5929)
Co-authored-by: Nico Domino <yo@ndo.dev>
1 parent 6fdb0da commit 2dea891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-sequelize/src/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const Account = {
1414
expires_at: { type: DataTypes.INTEGER },
1515
token_type: { type: DataTypes.STRING },
1616
scope: { type: DataTypes.STRING },
17-
id_token: { type: DataTypes.STRING },
17+
id_token: { type: DataTypes.TEXT },
1818
session_state: { type: DataTypes.STRING },
1919
userId: { type: DataTypes.UUID },
2020
}

0 commit comments

Comments
 (0)