Change opening_message column type

This commit is contained in:
Isaac
2021-05-30 18:38:00 +01:00
parent bdd172ea1c
commit a80c739171

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,