Make admin user actually admin
This commit is contained in:
parent
7b9331daae
commit
e7da0bdd06
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue