Fixed column names and the report

This commit is contained in:
Senad Uka
2019-07-07 07:02:42 +02:00
parent 2fcb10522c
commit 1e1c61882f
16 changed files with 455 additions and 115 deletions

View File

@@ -21,6 +21,7 @@ module.exports = (sequelize, DataTypes) => {
]
},
incidentLevelPrice: DataTypes.FLOAT,
unlockTimestamp: DataTypes.DATE,
}, {});
unlockedIncident.associate = function(models) {
// associations can be defined here