summaryrefslogtreecommitdiff
path: root/Migrations/HBContextModelSnapshot.cs
diff options
context:
space:
mode:
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=="
});