Change opening_message column type

This commit is contained in:
Isaac 2021-05-30 18:38:00 +01:00
parent bdd172ea1c
commit a80c739171
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -40,7 +40,7 @@ module.exports = ({ config }, sequelize) => {
},
opening_message: {
defaultValue: config.defaults.opening_message,
type: DataTypes.STRING
type: DataTypes.TEXT
},
opening_questions: {
allowNull: true,