Fixed column names and the report
This commit is contained in:
@@ -21,6 +21,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
]
|
||||
},
|
||||
incidentLevelPrice: DataTypes.FLOAT,
|
||||
unlockTimestamp: DataTypes.DATE,
|
||||
}, {});
|
||||
unlockedIncident.associate = function(models) {
|
||||
// associations can be defined here
|
||||
|
||||
Reference in New Issue
Block a user