Some work... No one take a look at this, it's a suprise.

This commit is contained in:
Jamie 2018-01-12 14:09:36 +00:00
parent 4db270fd8b
commit a9df10aa3d
14 changed files with 1012 additions and 9 deletions

View file

@ -303,6 +303,8 @@ namespace Ombi.Store.Migrations
b.Property<bool>("TwoFactorEnabled");
b.Property<string>("UserAccessToken");
b.Property<string>("UserName")
.HasMaxLength(256);