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 --- Migrations/HBContextModelSnapshot.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Migrations/HBContextModelSnapshot.cs') 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("Action") .HasColumnType("integer"); - b.Property("Permissions") - .HasColumnType("numeric(20,0)"); + b.Property("Permissions") + .HasColumnType("bigint"); b.Property("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==" }); -- cgit v1.3