History: Add details to drop history and split by type
that being 0 for drops and 1 for claims. Fixes #16
This commit is contained in:
@@ -14,7 +14,8 @@ module.exports = (sequelize, DataTypes) => {
|
||||
}
|
||||
}
|
||||
DropHistory.init({
|
||||
dropData: DataTypes.JSON
|
||||
dropData: DataTypes.JSON,
|
||||
type: DataTypes.INTEGER
|
||||
}, {
|
||||
sequelize,
|
||||
modelName: 'DropHistory',
|
||||
|
||||
Reference in New Issue
Block a user