added early_supporter to model schema

This commit is contained in:
SrGooglo 2023-01-23 23:14:31 +00:00
parent 9fb307e86f
commit da4f119ee7

View File

@ -11,4 +11,5 @@ export default {
birthday: { type: Date },
createdAt: { type: String },
badges: { type: Array, default: [] },
early_supporter: { type: Boolean, default: false },
}