DB: Change patreonTierRoles column to type STRING
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = {
|
||||
defaultValue: 1
|
||||
});
|
||||
await queryInterface.addColumn('Bots', 'patreonTierRoles', {
|
||||
type: Sequelize.INTEGER,
|
||||
type: Sequelize.STRING,
|
||||
defaultValue: 1
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user