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, 1 insertions, 2 deletions
diff --git a/models/participant.js b/models/participant.js
index 050d1af..c477046 100644
--- a/models/participant.js
+++ b/models/participant.js
@@ -31,8 +31,7 @@ module.exports = function(sequelize, DataTypes) {
},
created_at: {
type: DataTypes.TIME,
- allowNull: false,
- defaultValue: sequelize.fn('NOW')
+ allowNull: false
},
actor: {
type: DataTypes.STRING(16),