Skip to content

Commit 479a242

Browse files
author
James Kerrane
committed
Merge branch 'master' of https://github.com/P2PHackClub/PixTools
2 parents 0fdd4bb + 5785129 commit 479a242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/users.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ module.exports = (sequelize, DataTypes) => {
1010
allowNull: true,
1111
},
1212
}, {
13-
timestamps: false,
13+
timestamps: new Date(),
1414
});
1515
};

0 commit comments

Comments
 (0)