Add group icon and privacy to the database schema
This commit is contained in:
@@ -11,6 +11,11 @@ namespace PluralKit.Core
|
||||
|
||||
public string Name { get; } = null!;
|
||||
public string? Description { get; }
|
||||
public string? Icon { get; }
|
||||
|
||||
public PrivacyLevel DescriptionPrivacy { get; }
|
||||
public PrivacyLevel IconPrivacy { get; }
|
||||
public PrivacyLevel Visibility { get; }
|
||||
|
||||
public Instant Created { get; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user