From 14541dcb3c2713d166da427e16da2c5c54c2d1cc Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Thu, 30 Mar 2017 20:44:53 +0530 Subject: Series changes Disabling timestanmps --- models/participant.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'models/participant.js') diff --git a/models/participant.js b/models/participant.js index 18ba729..efcb7dd 100644 --- a/models/participant.js +++ b/models/participant.js @@ -98,6 +98,7 @@ module.exports = function(sequelize, DataTypes) { allowNull: false } }, { - tableName: 'participant' + tableName: 'participant', + timestamps: false }); }; -- cgit v1.3.1