refactoring models and create grant to async await

This commit is contained in:
Arjun Patel
2019-03-16 23:49:11 -07:00
parent e5c204890e
commit 5587c296e4
6 changed files with 97 additions and 79 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ module.exports = (sequelize, DataTypes) => {
}
},
number_people_impacted: {
type: DataTypes.STRING,
type: DataTypes.INTEGER,
defaultValue: 0
}
});