changes to grant creation and model clean

This commit is contained in:
Arjun Patel
2019-01-30 11:46:14 -08:00
parent 7b19e69447
commit 556369af11
4 changed files with 30 additions and 29 deletions
-4
View File
@@ -14,10 +14,6 @@ module.exports = (sequelize, DataTypes) => {
type: DataTypes.INTEGER,
allowNull: false
},
last_payment: {
type: DataTypes.DATE,
default: new Date()
},
monthly: {
type: DataTypes.BOOLEAN,
allowNull: false,