From 33438ac951430fa370965b42a3d98a54e704ab01 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 3 Oct 2023 16:41:58 +1100 Subject: AclDialog --- HBObject.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'HBObject.cs') diff --git a/HBObject.cs b/HBObject.cs index 00ddfad..df60ed0 100644 --- a/HBObject.cs +++ b/HBObject.cs @@ -4,6 +4,7 @@ using System.ComponentModel.DataAnnotations.Schema; namespace HyperBooru; +[AclType(typeof(ObjectPermissions))] [Index(nameof(Guid))] public class HBObject { [Key] -- cgit v1.3