fix revisions backup data type (#1274)
This commit is contained in:
parent
7f9cd51f37
commit
aed76c7bcb
@ -7,7 +7,7 @@ module.exports = {
|
||||
allowNull: true,
|
||||
});
|
||||
await queryInterface.addColumn('revisions', 'backup', {
|
||||
type: Sequelize.SMALLINT,
|
||||
type: Sequelize.TEXT,
|
||||
allowNull: true,
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user