Class AlignUpgradedDatabase
We see some differences between an updated database and a fresh one, the purpose of this migration is to align the two.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_13_3_0
Assembly: Umbraco.Infrastructure.dll
Syntax
public class AlignUpgradedDatabase : MigrationBase, IDiscoverable
Constructors
View SourceAlignUpgradedDatabase(IMigrationContext)
Declaration
public AlignUpgradedDatabase(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigration |
context |
Methods
View SourceMigrate()
Declaration
protected override void Migrate()