summaryrefslogtreecommitdiff
path: root/Acl.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Acl.cs')
-rw-r--r--Acl.cs1
1 files changed, 1 insertions, 0 deletions
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<T> : 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; }
}