mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
update user schema
This commit is contained in:
parent
771989b7c9
commit
c2a2e2ff25
@ -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: [] },
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user