mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update user schema
This commit is contained in:
parent
56fe4cc9f8
commit
de83150e68
@ -6,4 +6,7 @@ export default {
|
||||
avatar: { type: String },
|
||||
email: String,
|
||||
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