Class AddPasswordConfigToMemberTable
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_9_0_0
Assembly: cs.temp.dll.dll
Syntax
public class AddPasswordConfigToMemberTable : MigrationBase
Constructors
AddPasswordConfigToMemberTable(IMigrationContext)
Declaration
public AddPasswordConfigToMemberTable(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigration |
context |
Methods
Migrate()
Adds new columns to members table
Declaration
protected override void Migrate()