mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed #1721
This commit is contained in:
parent
169b73047a
commit
a383839bd0
23 changed files with 917 additions and 30 deletions
|
@ -272,6 +272,8 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
b.Property<bool>("EmailConfirmed");
|
||||
|
||||
b.Property<string>("EmbyConnectUserId");
|
||||
|
||||
b.Property<DateTime?>("LastLoggedIn");
|
||||
|
||||
b.Property<bool>("LockoutEnabled");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue