summaryrefslogtreecommitdiff
path: root/Migrations/HBContextModelSnapshot.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-20 15:53:05 +1000
committerJake Mannens <jake@asger.xyz>2023-09-25 16:02:18 +1000
commit39eead0052215d7be4f49906e987fef7fb0c700b (patch)
treea7381d06ee6cab9d4ce72d1e2a7121bc93193c6d /Migrations/HBContextModelSnapshot.cs
parentfbaa4e43709a96774ebe42b7ec5908c1c0f310d7 (diff)
Fixed migration and began adding ACL edit dialog
Diffstat (limited to 'Migrations/HBContextModelSnapshot.cs')
-rw-r--r--Migrations/HBContextModelSnapshot.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Migrations/HBContextModelSnapshot.cs b/Migrations/HBContextModelSnapshot.cs
index da4c444..5514b9b 100644
--- a/Migrations/HBContextModelSnapshot.cs
+++ b/Migrations/HBContextModelSnapshot.cs
@@ -107,8 +107,8 @@ namespace HyperBooru.Migrations
b.Property<int>("Action")
.HasColumnType("integer");
- b.Property<decimal>("Permissions")
- .HasColumnType("numeric(20,0)");
+ b.Property<long>("Permissions")
+ .HasColumnType("bigint");
b.Property<int>("PrincipalObjectId")
.HasColumnType("integer");
@@ -281,7 +281,7 @@ namespace HyperBooru.Migrations
new
{
ObjectId = -3,
- Guid = new Guid("bf62bd4c-806e-4d1b-a62d-0efffce8628a"),
+ Guid = new Guid("8fbbc2e9-0609-460a-ab3a-c3bdd10ab793"),
Name = "admin",
PasswordHash = "P4geAuE2yX/PDRHuJSq74FF5vO782rWz5c0LAQPR8m45DEYAONhu1wYnAn60PSNyjocqEBdnCeKCJfK3sKyuWw=="
});