From 39eead0052215d7be4f49906e987fef7fb0c700b Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Wed, 20 Sep 2023 15:53:05 +1000 Subject: Fixed migration and began adding ACL edit dialog --- Acl.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Acl.cs') diff --git a/Acl.cs b/Acl.cs index 72d0bf2..297144e 100644 --- a/Acl.cs +++ b/Acl.cs @@ -25,6 +25,7 @@ public class Acl : Acl where T : Enum { public class AclRule : HBObject { public HBPrincipal Principal { get; set; } public AclRuleAction Action { get; set; } + [Column(TypeName = "bigint")] public ulong Permissions { get; set; } } -- cgit v1.3