back out auth policy header support as Blazor HttpClient is registered as Scoped and can not support variable headers
This commit is contained in:
@ -19,7 +19,7 @@ namespace Oqtane.Migrations.Tenant
|
||||
var pageEntityBuilder = new PageEntityBuilder(migrationBuilder, ActiveDatabase);
|
||||
|
||||
pageEntityBuilder.AddBooleanColumn("IsClickable");
|
||||
pageEntityBuilder.UpdateColumn("IsClickable", "true");
|
||||
pageEntityBuilder.UpdateColumn("IsClickable", "1");
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
|
Reference in New Issue
Block a user