diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-30 20:44:53 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-30 20:44:53 +0530 |
| commit | 14541dcb3c2713d166da427e16da2c5c54c2d1cc (patch) | |
| tree | 50e245c1286c2019d452b01adb51a86245397002 /models/participant.js | |
| parent | 9470091052fcfec1782b0d9ef13ca29906b9df04 (diff) | |
| download | shrinker-14541dcb3c2713d166da427e16da2c5c54c2d1cc.tar.gz shrinker-14541dcb3c2713d166da427e16da2c5c54c2d1cc.zip | |
Series changes
Disabling timestanmps
Diffstat (limited to 'models/participant.js')
| -rw-r--r-- | models/participant.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 }); }; |
