Misc bunch of changes (#2815)
This commit is contained in:
parent
18792b7b56
commit
63c9bff32e
81 changed files with 4567 additions and 339 deletions
|
@ -97,6 +97,12 @@ namespace API.Data.Migrations
|
|||
b.Property<DateTimeOffset?>("LockoutEnd")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("MalAccessToken")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("MalUserName")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("NormalizedEmail")
|
||||
.HasMaxLength(256)
|
||||
.HasColumnType("TEXT");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue