summaryrefslogtreecommitdiff
path: root/HBContext.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-10-05 16:47:49 +1100
committerJake Mannens <jake@asger.xyz>2023-10-05 16:47:49 +1100
commit2c6e3aa4456811a3d6412fc10019012a900eb6a0 (patch)
treed0616bbe573a4abe5aaf9f80e7960a40352967b8 /HBContext.cs
parent035d2e3858dd55580c294031573c3be9e1999449 (diff)
parent3d5f6e47bd74ce77d5ec253f51b7cef1b42099ef (diff)
Merged security
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