added early_supporter to model schema

This commit is contained in:
SrGooglo 2023-01-23 23:14:31 +00:00
parent 102090e79b
commit 00db9341e3

View File

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