Make @davidjcralph happy

const
This commit is contained in:
Isaac
2021-05-18 18:12:07 +01:00
parent 37adac1dd0
commit 8a15f34342
31 changed files with 176 additions and 167 deletions

View File

@@ -39,6 +39,10 @@ module.exports = ({ config }, sequelize) => {
type: DataTypes.STRING,
defaultValue: 'GREEN'
},
tags: {
type: DataTypes.JSON,
defaultValue: {}
}
}, {
tableName: DB_TABLE_PREFIX + 'guilds'
});