Enrich user profile (skip ci)

💥 Un-migrated database changes, DO NOT PUSH TO PRODUCTION
This commit is contained in:
2025-06-11 23:35:04 +08:00
parent 45f8cab555
commit ebac6698ff
2 changed files with 13 additions and 1 deletions

View File

@ -62,6 +62,8 @@ public class Profile : ModelBase
[MaxLength(4096)] public string? Bio { get; set; }
[MaxLength(1024)] public string? Gender { get; set; }
[MaxLength(1024)] public string? Pronouns { get; set; }
[MaxLength(1024)] public string? TimeZone { get; set; }
[MaxLength(1024)] public string? Location { get; set; }
public Instant? Birthday { get; set; }
public Instant? LastSeenAt { get; set; }