♻️ Move most of models to the Shared package
This commit is contained in:
@ -26,5 +26,5 @@ public class MagicSpell : ModelBase
|
||||
[Column(TypeName = "jsonb")] public Dictionary<string, object> Meta { get; set; } = new();
|
||||
|
||||
public Guid? AccountId { get; set; }
|
||||
public Account? Account { get; set; }
|
||||
public Shared.Models.Account? Account { get; set; }
|
||||
}
|
Reference in New Issue
Block a user