Some debugging thingy

This commit is contained in:
Kwoth 2017-03-16 09:47:38 +01:00
parent 1069cb17db
commit 07a9e9788e

View File

@ -62,6 +62,7 @@ namespace NadekoBot.Services.Database.Models
int Index { get; set; }
}
[DebuggerDisplay("{PrimaryTarget}{SecondaryTarget} {SecondaryTargetName} {State} {PrimaryTargetId}")]
public class Permissionv2 : DbEntity, IIndexed
{
public int? GuildConfigId { get; set; }