refactoring models and create grant to async await
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
}
|
||||
},
|
||||
number_people_impacted: {
|
||||
type: DataTypes.STRING,
|
||||
type: DataTypes.INTEGER,
|
||||
defaultValue: 0
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user