Umbraco Forms
CMSCloudHeartcoreDXP
15.latest
15.latest
  • Umbraco Forms Documentation
  • Legacy Documentation
  • Release Notes
  • Installation
    • Installing Umbraco Forms
    • Licensing
  • Upgrading
    • Upgrading Umbraco Forms
    • Version Specific Upgrade Notes
  • Editor
    • Creating a Form - The basics
      • Form Settings
      • Form Advanced Options
      • Form Information
      • 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
    • Property Editors
    • 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
        • Setting Types
      • 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
    • Webhooks
    • Security
    • Magic Strings
    • Health Checks
      • Apply keys and indexes
      • Apply keys and indexes for forms in the database
    • Localization
    • Headless/AJAX Forms
    • Block List Labels
    • Field Types
    • Storing Prevalue Text Files With IPreValueTextFileStorage
  • Tutorials
    • Overview
    • Creating a Contact Form
    • Creating a Multi-Page Form
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/12.1.2

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

c3e657f6-3ae7-4ee9-b442-01702a41de9a

12.2.0/13.0.0

Adds a relation between content and forms.

e0290a40-91c9-4acb-a7ca-d312037078f2

12.2.0/13.0.0

Adds a NodeId column to Forms table

6f0eb771-6690-4b53-870a-f7dbb2785cac

12.2.0/13.0.0

Populates the NodeId column in the Forms table.

44949e12-e4ef-42c0-949b-67286b946fe0

12.2.0/13.0.0

No operation migration.

773ae769-00b7-4429-b7d5-de0fda0b4217

12.2.1/13.0.1

Ensures the consistent key is used for the relation type between content and forms.

55d53d2e-f795-42fb-9e77-8edfc6eed4aa

13.2.0

Adds an AdditionalData column to the Records table.

1fff8b7b-48e7-450a-80b1-7df628508b27

13.3.0

Adds delete entries permissions field to the security tables

7e170195-cab7-48ca-98c7-bbcbd5cfda95

13.4.0

Adds created and updated by columns to the entity tables

c74223ed-a554-4a14-a1f0-0477dce01ad6

14.0.0

Updates the form picker property editor UI alias.

a5ffa9a7-ca77-4a7c-a1e4-f32e25cde758

14.1.0

Adds an AdditionalData column to the Records table.

Last updated 2 months ago

Was this helpful?