Added birthday and gender fields

This commit is contained in:
2018-11-06 18:28:50 +09:00
parent 81764b981c
commit daaa4c609f
9 changed files with 89 additions and 65 deletions

View File

@ -30,8 +30,8 @@ func main() {
user.IP = ""
user.Accounts.Facebook.ID = ""
user.Accounts.Google.ID = ""
user.AgeRange = arn.UserAgeRange{}
user.Location = &arn.Location{}
user.BirthDay = ""
user.PushSubscriptions().Items = []*arn.PushSubscription{}
user.PushSubscriptions().Save()