View Source
Class Constants.Conventions.Migrations
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class Migrations
Fields
View Source
KeyValuePrefix
Declaration
public const string KeyValuePrefix = "Umbraco.Core.Upgrader.State+"
Field Value
Type |
Description |
System.String |
|
View Source
UmbracoUpgradePlanKey
Declaration
public const string UmbracoUpgradePlanKey = "Umbraco.Core.Upgrader.State+Umbraco.Core"
Field Value
Type |
Description |
System.String |
|
View Source
UmbracoUpgradePlanName
Declaration
public const string UmbracoUpgradePlanName = "Umbraco.Core"
Field Value
Type |
Description |
System.String |
|
View Source
UmbracoUpgradePlanPremigrationsKey
Declaration
public const string UmbracoUpgradePlanPremigrationsKey = "Umbraco.Core.Upgrader.State+Umbraco.Core.Premigrations"
Field Value
Type |
Description |
System.String |
|
View Source
UmbracoUpgradePlanPremigrationsName
Declaration
public const string UmbracoUpgradePlanPremigrationsName = "Umbraco.Core.Premigrations"
Field Value
Type |
Description |
System.String |
|