feat(guild): add Guild aggregate schema + migration
This commit is contained in:
@@ -105,5 +105,8 @@ public class Viewer : BaseEntity<long>
|
||||
|
||||
public List<SocialAccountConnection> SocialAccountConnections { get; set; } = new List<SocialAccountConnection>();
|
||||
|
||||
public int? GuildId { get; set; }
|
||||
public SVSim.Database.Entities.Guild.Guild? Guild { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user