fix #2180 - Error in Module Creator if the template is not set
This commit is contained in:
@ -24,7 +24,7 @@ namespace Oqtane.Migrations.EntityBuilders
|
||||
protected override AspNetUserLoginsEntityBuilder BuildTable(ColumnsBuilder table)
|
||||
{
|
||||
LoginProvider = AddStringColumn(table, "LoginProvider", 128);
|
||||
ProviderKey = AddStringColumn(table, "ProviderKey", 128);
|
||||
ProviderKey = AddStringColumn(table, "ProviderKey", 450);
|
||||
ProviderDisplayName = AddMaxStringColumn(table, "ProviderDisplayName", true);
|
||||
UserId = AddStringColumn(table, "UserId", 450);
|
||||
return this;
|
||||
|
Reference in New Issue
Block a user