summaryrefslogtreecommitdiff
path: root/HBObject.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-10-03 16:41:58 +1100
committerJake Mannens <jake@asger.xyz>2023-10-03 16:41:58 +1100
commit33438ac951430fa370965b42a3d98a54e704ab01 (patch)
treefbd835c25ac7566e8437cd0ef988fce0596a15e7 /HBObject.cs
parent7170867a9a2650fa5a98b9e2664fb2114a0bf114 (diff)
AclDialog
Diffstat (limited to 'HBObject.cs')
-rw-r--r--HBObject.cs1
1 files changed, 1 insertions, 0 deletions
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]