diff options
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==" }); |
