summaryrefslogtreecommitdiff
path: root/models/participant.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/participant.js')
-rw-r--r--models/participant.js3
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
});
};