Bump period to 7 minutes / silent feature
This commit is contained in:
@@ -22,6 +22,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
},
|
||||
incidentLevelPrice: DataTypes.FLOAT,
|
||||
unlockTimestamp: DataTypes.DATE,
|
||||
deleted: DataTypes.BOOLEAN
|
||||
}, {});
|
||||
unlockedIncident.associate = function(models) {
|
||||
// associations can be defined here
|
||||
|
||||
@@ -19,6 +19,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
totalChargeFee: DataTypes.FLOAT,
|
||||
unlockTimestamp: DataTypes.DATE,
|
||||
lockTimestamp: DataTypes.DATE,
|
||||
deleted: DataTypes.BOOLEAN
|
||||
}, {});
|
||||
unscheduledIncident.associate = function(models) {
|
||||
// associations can be defined here
|
||||
|
||||
Reference in New Issue
Block a user