Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit ee76c18

Browse files
committed
feature/system-notifcations - added agbAccept field to users model
1 parent 9827965 commit ee76c18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/models/users.model.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ module.exports = function (app) {
4343
resetExpires: { type: Date },
4444
wasSeeded: { type: Boolean },
4545
wasInvited: { type: Boolean },
46-
language: { type: String, default: 'en' }
46+
language: { type: String, default: 'en' },
47+
agbAccepted: { type: Date }
4748
});
4849

4950
users.index({

0 commit comments

Comments
 (0)