update user schema

This commit is contained in:
srgooglo 2022-03-11 01:07:33 +01:00
parent 771989b7c9
commit c2a2e2ff25

View File

@ -6,4 +6,7 @@ export default {
avatar: { type: String }, avatar: { type: String },
email: String, email: String,
roles: { type: Array, default: [] }, roles: { type: Array, default: [] },
verified: { type: Boolean, default: false },
createdAt: { type: Date },
badges: { type: Array, default: [] },
} }