mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
Change opening_message column type
This commit is contained in:
parent
bdd172ea1c
commit
a80c739171
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user