mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Use TEXT instead of STRING for tokens
Signed-off-by: Pedro Ferreira <pedro.ferreira@cern.ch>
This commit is contained in:
parent
40b3855702
commit
34df7ccce8
2 changed files with 25 additions and 2 deletions
|
@ -26,10 +26,10 @@ module.exports = function (sequelize, DataTypes) {
|
|||
type: DataTypes.TEXT
|
||||
},
|
||||
accessToken: {
|
||||
type: DataTypes.STRING
|
||||
type: DataTypes.TEXT
|
||||
},
|
||||
refreshToken: {
|
||||
type: DataTypes.STRING
|
||||
type: DataTypes.TEXT
|
||||
},
|
||||
email: {
|
||||
type: Sequelize.TEXT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue