Class UserForeignKeys
Creates/Updates non mandatory FK columns to the user table
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_8_0_0
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UserForeignKeys : MigrationBase, IDiscoverable
Constructors
View SourceUserForeignKeys(IMigrationContext)
Declaration
public UserForeignKeys(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigrationContext | context |
Methods
View SourceMigrate()
Declaration
protected override void Migrate()