Umbraco Forms
CMSCloudHeartcoreDXP
10.latest (LTS)
10.latest (LTS)
  • Umbraco Forms Documentation
  • Legacy Documentation
  • Release Notes
  • Installation
    • Installing Umbraco Forms
    • Licensing
  • Upgrading
    • Upgrading Umbraco Forms
    • Version Specific Upgrade Notes
    • Migration IDs
  • Editor
    • Creating a Form - The Basics
      • Form Settings
      • Overview Of The Field Types
        • Date
        • File Upload
        • reCAPTCHA V2
        • reCAPTCHA V3
      • Setting-up Conditional Logic on Fields
    • Attaching Workflows
      • Workflow Types
    • Viewing And Exporting Entries
    • Defining And Attaching Prevalue Sources
      • Prevalue Source Types Overview
  • Developer
    • Preparing Your Frontend
    • Rendering Forms
    • Rendering Forms Scripts
    • Themes
    • Custom Markup
    • Email Templates
    • Working With Record Data
    • Umbraco Forms in the Database
    • Extending
      • Adding A Type To The Provider Model
      • Adding A Field Type To Umbraco Forms
        • Excluding a built-in field
      • Adding A Prevalue Source Type To Umbraco Forms
      • Adding A Workflow Type To Umbraco Forms
      • Adding An Export Type To Umbraco Forms
      • Adding a Magic String Format Function
      • Adding A Server-Side Notification Handler To Umbraco Forms
      • Adding a Validation Pattern
      • Customize Default Fields and Workflows For a Form
    • Configuration
      • Forms Provider Type Details
    • Security
    • Magic Strings
    • Health Checks
      • Apply keys and indexes
      • Apply keys and indexes for forms in the database
    • Localization
    • Content Apps
    • Headless/AJAX Forms
    • Block List Filters
    • Field Types
    • Storing Prevalue Text Files With IPreValueTextFileStorage
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Upgrading

Migration IDs

A unique migration ID is generated for each Umbraco Forms upgrade that requires a migration. The migration IDs are all listed in this article.

Migration ID
Introduced In Version
Description

7c7bc5ee-4c5b-42dc-9576-5ce6dfbddb8e

10.0.0

Installs Umbraco Forms.

9f7e6fe6-bbd5-4b2b-8820-e9e0e36cc74c

10.1.0

Adds Culture column to Records table.

1a8f0d04-9396-40a2-9423-39fc9ae3828f

10.1.0

Adds a Record Workflow Audit table.

6e692c5d-c670-4c34-af17-28d8dbf0dcd2

10.1.0

Adds an ExecutionStage column to the Record Workflow Audit table.

5d84fee1-388c-4e5f-b98c-1e66947278f1

10.1.0

No operation migration.

22df962a-ae26-4bdd-b8fd-0513a9c636bf

10.5.2

Ensures the presence of an index on the FolderKey column in the Forms table.

PreviousVersion Specific Upgrade NotesNextCreating a Form - The Basics

Last updated 8 months ago

Was this helpful?