🗃️ Applies previous changes to database

This commit is contained in:
2025-06-10 23:23:14 +08:00
parent ee14c942f2
commit 3db32caf7e
4 changed files with 3478 additions and 10 deletions

View File

@ -15,8 +15,6 @@ public class Realm : ModelBase, IIdentifiedResource
[MaxLength(1024)] public string Slug { get; set; } = string.Empty;
[MaxLength(1024)] public string Name { get; set; } = string.Empty;
[MaxLength(4096)] public string Description { get; set; } = string.Empty;
[MaxLength(4096)] public string? VerifiedAs { get; set; }
public Instant? VerifiedAt { get; set; }
public bool IsCommunity { get; set; }
public bool IsPublic { get; set; }