mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13:09 +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: {
|
opening_message: {
|
||||||
defaultValue: config.defaults.opening_message,
|
defaultValue: config.defaults.opening_message,
|
||||||
type: DataTypes.STRING
|
type: DataTypes.TEXT
|
||||||
},
|
},
|
||||||
opening_questions: {
|
opening_questions: {
|
||||||
allowNull: true,
|
allowNull: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user