mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
added early_supporter
to model schema
This commit is contained in:
parent
9fb307e86f
commit
da4f119ee7
@ -11,4 +11,5 @@ export default {
|
|||||||
birthday: { type: Date },
|
birthday: { type: Date },
|
||||||
createdAt: { type: String },
|
createdAt: { type: String },
|
||||||
badges: { type: Array, default: [] },
|
badges: { type: Array, default: [] },
|
||||||
|
early_supporter: { type: Boolean, default: false },
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user