mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Some work... No one take a look at this, it's a suprise.
This commit is contained in:
parent
4db270fd8b
commit
a9df10aa3d
14 changed files with 1012 additions and 9 deletions
|
@ -303,6 +303,8 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
b.Property<bool>("TwoFactorEnabled");
|
||||
|
||||
b.Property<string>("UserAccessToken");
|
||||
|
||||
b.Property<string>("UserName")
|
||||
.HasMaxLength(256);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue