diff --git a/Migrations.cs b/Migrations.cs index 1e9b666..529d9b4 100644 --- a/Migrations.cs +++ b/Migrations.cs @@ -41,7 +41,8 @@ public static class Migrations { PronounSubject = "they", PronounPossessive = "their", PronounPlural = true, - AllowRestream = true + AllowRestream = true, + IsAdmin = true }); Console.ForegroundColor = ConsoleColor.Green; Console.Write("The user "); @@ -112,4 +113,4 @@ public static class Migrations { db.Execute(_sql); } } -} \ No newline at end of file +}