Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Conventions.Migrations

    Contains constants related to database migrations.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.Conventions.Migrations

    Fields

    View Source

    KeyValuePrefix

    The prefix used for key-value storage of upgrade state.

    Declaration
    public const string KeyValuePrefix = "Umbraco.Core.Upgrader.State+"
    Field Value
    Type Description
    string
    View Source

    UmbracoUpgradePlanKey

    The key used to store the Umbraco upgrade plan state.

    Declaration
    public const string UmbracoUpgradePlanKey = "Umbraco.Core.Upgrader.State+Umbraco.Core"
    Field Value
    Type Description
    string
    View Source

    UmbracoUpgradePlanName

    The name of the Umbraco core upgrade plan.

    Declaration
    public const string UmbracoUpgradePlanName = "Umbraco.Core"
    Field Value
    Type Description
    string
    View Source

    UmbracoUpgradePlanPremigrationsKey

    The key used to store the Umbraco pre-migrations upgrade plan state.

    Declaration
    public const string UmbracoUpgradePlanPremigrationsKey = "Umbraco.Core.Upgrader.State+Umbraco.Core.Premigrations"
    Field Value
    Type Description
    string
    View Source

    UmbracoUpgradePlanPremigrationsName

    The name of the Umbraco core pre-migrations upgrade plan.

    Declaration
    public const string UmbracoUpgradePlanPremigrationsName = "Umbraco.Core.Premigrations"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX