From 06d6a023df177effb6ef7ee4165f4cc5c8876916 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 7 Apr 2017 18:04:39 +0200 Subject: hotfix after autogeneration --- models/player_point.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'models/player_point.js') diff --git a/models/player_point.js b/models/player_point.js index 4304c07..3153193 100644 --- a/models/player_point.js +++ b/models/player_point.js @@ -58,8 +58,7 @@ module.exports = function(sequelize, DataTypes) { }, created_at: { type: DataTypes.TIME, - allowNull: false, - defaultValue: sequelize.fn('NOW') + allowNull: false }, kills: { type: DataTypes.INTEGER(5).UNSIGNED, -- cgit v1.3.1