adding grants progress

This commit is contained in:
Arjun Patel
2019-01-16 23:21:37 -08:00
parent 18abee110a
commit 3e1cec54e0
3 changed files with 37 additions and 5 deletions
-1
View File
@@ -15,7 +15,6 @@ module.exports = (sequelize, DataTypes) => {
},
last_payment: {
type: DataTypes.DATE,
allowNull: false,
default: new Date()
},
monthly: {