diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-09 17:50:12 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-09 17:50:12 +1100 |
| commit | ea89ec0c1b05ac246f2ffd5907daace27564100b (patch) | |
| tree | 39d870b5167e0cab112a85dadcd8d8e67785b446 /Migrations/HBContextModelSnapshot.cs | |
| parent | 36757ad31901cce4bb55f4911a28bb63ee1dee7a (diff) | |
| parent | 299e58db28202be8706dee1c570c382e1489213b (diff) | |
Merge branch 'security' of gitlab.com:plasmicplexus/HyperBooru-Server into security
Diffstat (limited to 'Migrations/HBContextModelSnapshot.cs')
| -rw-r--r-- | Migrations/HBContextModelSnapshot.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Migrations/HBContextModelSnapshot.cs b/Migrations/HBContextModelSnapshot.cs index 3e49681..b03b20c 100644 --- a/Migrations/HBContextModelSnapshot.cs +++ b/Migrations/HBContextModelSnapshot.cs @@ -107,6 +107,10 @@ namespace HyperBooru.Migrations .IsRequired() .HasColumnType("text"); + b.Property<string>("DisplayName") + .IsRequired() + .HasColumnType("text"); + b.Property<string>("Name") .IsRequired() .HasColumnType("text"); @@ -333,7 +337,8 @@ namespace HyperBooru.Migrations new { LocalPrincipalId = -1, - Name = "admin", + DisplayName = "Administrator", + Name = "Administrator", Sid = new byte[] { 1, 1, 0, 0, 0, 0, 0, 5, 18, 0, 0, 0 }, PasswordHash = "P4geAuE2yX/PDRHuJSq74FF5vO782rWz5c0LAQPR8m45DEYAONhu1wYnAn60PSNyjocqEBdnCeKCJfK3sKyuWw==" }); |
