Class MissingDictionaryIndex
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_8_7_0
Assembly: Umbraco.Infrastructure.dll
Syntax
public class MissingDictionaryIndex : MigrationBase, IDiscoverable
Constructors
View SourceMissingDictionaryIndex(IMigrationContext)
Declaration
public MissingDictionaryIndex(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigrationContext | context |
Methods
View SourceMigrate()
Adds an index to the foreign key column parent
on DictionaryDto
's table
if it doesn't already exist
Declaration
protected override void Migrate()