summaryrefslogtreecommitdiff
path: root/models/participant.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-07 18:04:39 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-07 18:04:39 +0200
commit06d6a023df177effb6ef7ee4165f4cc5c8876916 (patch)
treedffd6eef398d6f2051702b5d28780c5c7621d30f /models/participant.js
parentd4380da66020f2a3d496715d14b637a868c81614 (diff)
downloadorm-06d6a023df177effb6ef7ee4165f4cc5c8876916.tar.gz
orm-06d6a023df177effb6ef7ee4165f4cc5c8876916.zip
hotfix after autogeneration
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),