summaryrefslogtreecommitdiff
path: root/HBContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'HBContext.cs')
-rw-r--r--HBContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/HBContext.cs b/HBContext.cs
index 2e78b5a..dee100d 100644
--- a/HBContext.cs
+++ b/HBContext.cs
@@ -57,7 +57,7 @@ public class HBContext : DbContext {
modelBuilder.Entity<HBObject>()
.Property(o => o.Owner)
- .HasDefaultValue(new SecurityIdentifier(WellKnownSidType.WorldSid));
+ .HasDefaultValue(WellKnownSid.WorldSid);
// Seed internal tag definitions
// These should NEVER change