This commit is contained in:
tidusjar 2017-11-23 15:32:49 +00:00
parent 169b73047a
commit a383839bd0
23 changed files with 917 additions and 30 deletions

View file

@ -272,6 +272,8 @@ namespace Ombi.Store.Migrations
b.Property<bool>("EmailConfirmed");
b.Property<string>("EmbyConnectUserId");
b.Property<DateTime?>("LastLoggedIn");
b.Property<bool>("LockoutEnabled");