Class ExternalLoginTableIndexesFixup
Fixes up the original ExternalLoginTableIndexes for post RC release to ensure that the correct indexes are applied.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_9_0_0
Assembly: cs.temp.dll.dll
Syntax
public class ExternalLoginTableIndexesFixup : MigrationBase
Constructors
ExternalLoginTableIndexesFixup(IMigrationContext)
Declaration
public ExternalLoginTableIndexesFixup(IMigrationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IMigrationContext | context |
Methods
Migrate()
Declaration
protected override void Migrate()