Convert history attribute in user table to longtext
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
committed by
David Mehren
parent
345fab95c5
commit
9254c0dc39
@@ -23,7 +23,7 @@ module.exports = function (sequelize, DataTypes) {
|
||||
type: DataTypes.TEXT
|
||||
},
|
||||
history: {
|
||||
type: DataTypes.TEXT
|
||||
type: DataTypes.TEXT('long')
|
||||
},
|
||||
accessToken: {
|
||||
type: DataTypes.TEXT
|
||||
|
||||
Reference in New Issue
Block a user