Skip to content

Commit 374b8aa

Browse files
Update Forms migration IDs
1 parent 84daace commit 374b8aa

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

13/umbraco-forms/upgrading/migration-ids.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ A unique **migration ID** is generated for each Umbraco Forms upgrade that requi
1616
| 44949e12-e4ef-42c0-949b-67286b946fe0 | 12.2.0/13.0.0 | No operation migration. |
1717
| 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. |
1818
| 55d53d2e-f795-42fb-9e77-8edfc6eed4aa | 13.2.0 | Adds an AdditionalData column to the Records table. |
19-
| 1fff8b7b-48e7-450a-80b1-7df628508b27 | 13.3.0 | Adds delete entries permissions field to the security tables |
20-
| 7e170195-cab7-48ca-98c7-bbcbd5cfda95 | 13.4.0 | Adds created and updated by columns to the entity tables |
19+
| 1fff8b7b-48e7-450a-80b1-7df628508b27 | 13.3.0 | Adds delete entries permissions field to the security tables. |
20+
| 7e170195-cab7-48ca-98c7-bbcbd5cfda95 | 13.4.0 | Adds created and updated by columns to the entity tables. |

14/umbraco-forms/upgrading/migration-ids.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ A unique **migration ID** is generated for each Umbraco Forms upgrade that requi
1616
| 44949e12-e4ef-42c0-949b-67286b946fe0 | 12.2.0/13.0.0 | No operation migration. |
1717
| 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. |
1818
| 55d53d2e-f795-42fb-9e77-8edfc6eed4aa | 13.2.0 | Adds an AdditionalData column to the Records table. |
19-
| 1fff8b7b-48e7-450a-80b1-7df628508b27 | 13.3.0 | Adds delete entries permissions field to the security tables |
20-
| 7e170195-cab7-48ca-98c7-bbcbd5cfda95 | 13.4.0 | Adds created and updated by columns to the entity tables |
19+
| 1fff8b7b-48e7-450a-80b1-7df628508b27 | 13.3.0 | Adds delete entries permissions field to the security tables. |
20+
| 7e170195-cab7-48ca-98c7-bbcbd5cfda95 | 13.4.0 | Adds created and updated by columns to the entity tables. |
2121
| c74223ed-a554-4a14-a1f0-0477dce01ad6 | 14.0.0 | Updates the form picker property editor UI alias. |
22-
| a5ffa9a7-ca77-4a7c-a1e4-f32e25cde758 | 14.1.0 | Adds an AdditionalData column to the Records table. |
22+
| a5ffa9a7-ca77-4a7c-a1e4-f32e25cde758 | 14.1.0 | Same as 13.2.0 to allow upgrading 13.2 to 14.1. |
23+
| db5ef50d-51d0-4f93-aae9-bd3df53a3bb1 | 14.2.0 | Same as 13.3.0 to allow upgrading 13.3 to 14.2. |
24+
25+
You can't upgrade to version 14 from 13.4.0 or later, because active development moved to version 15 at that time. Please upgrade directly to version 15 or later instead.

15/umbraco-forms/upgrading/migration-ids.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ A unique **migration ID** is generated for each Umbraco Forms upgrade that requi
2020
| 44949e12-e4ef-42c0-949b-67286b946fe0 | 12.2.0/13.0.0 | No operation migration. |
2121
| 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.|
2222
| 55d53d2e-f795-42fb-9e77-8edfc6eed4aa | 13.2.0 | Adds an AdditionalData column to the Records table. |
23-
| 1fff8b7b-48e7-450a-80b1-7df628508b27 | 13.3.0 | Adds delete entries permissions field to the security tables |
24-
| 7e170195-cab7-48ca-98c7-bbcbd5cfda95 | 13.4.0 | Adds created and updated by columns to the entity tables |
23+
| 1fff8b7b-48e7-450a-80b1-7df628508b27 | 13.3.0 | Adds delete entries permissions field to the security tables. |
24+
| 7e170195-cab7-48ca-98c7-bbcbd5cfda95 | 13.4.0 | Adds created and updated by columns to the entity tables. |
2525
| c74223ed-a554-4a14-a1f0-0477dce01ad6 | 14.0.0 | Updates the form picker property editor UI alias. |
26-
| a5ffa9a7-ca77-4a7c-a1e4-f32e25cde758 | 14.1.0 | Adds an AdditionalData column to the Records table. |
26+
| a5ffa9a7-ca77-4a7c-a1e4-f32e25cde758 | 14.1.0/15.0.0 | Same as 13.2.0 to allow upgrading 14.1 to 15.0. |
27+
| db5ef50d-51d0-4f93-aae9-bd3df53a3bb1 | 14.2.0/15.0.0 | Same as 13.3.0 to allow upgrading 14.2 to 15.0. |
28+
| 5b74ad79-3faa-4c08-bfba-472a860704e5 | 13.4.0/15.1.0 | Same as 13.4.0 to allow upgrading 13.4 to 15.1. |

16/umbraco-forms/upgrading/migration-ids.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ A unique **migration ID** is generated for each Umbraco Forms upgrade that requi
2020
| 44949e12-e4ef-42c0-949b-67286b946fe0 | 12.2.0/13.0.0 | No operation migration. |
2121
| 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.|
2222
| 55d53d2e-f795-42fb-9e77-8edfc6eed4aa | 13.2.0 | Adds an AdditionalData column to the Records table. |
23-
| 1fff8b7b-48e7-450a-80b1-7df628508b27 | 13.3.0 | Adds delete entries permissions field to the security tables |
24-
| 7e170195-cab7-48ca-98c7-bbcbd5cfda95 | 13.4.0 | Adds created and updated by columns to the entity tables |
23+
| 1fff8b7b-48e7-450a-80b1-7df628508b27 | 13.3.0 | Adds delete entries permissions field to the security tables. |
24+
| 7e170195-cab7-48ca-98c7-bbcbd5cfda95 | 13.4.0 | Adds created and updated by columns to the entity tables. |
2525
| c74223ed-a554-4a14-a1f0-0477dce01ad6 | 14.0.0 | Updates the form picker property editor UI alias. |
26-
| a5ffa9a7-ca77-4a7c-a1e4-f32e25cde758 | 14.1.0 | Adds an AdditionalData column to the Records table. |
26+
| a5ffa9a7-ca77-4a7c-a1e4-f32e25cde758 | 14.1.0/15.0.0 | Same as 13.2.0 to allow upgrading 14.1 to 15.0. |
27+
| db5ef50d-51d0-4f93-aae9-bd3df53a3bb1 | 14.2.0/15.0.0 | Same as 13.3.0 to allow upgrading 14.2 to 15.0. |
28+
| 5b74ad79-3faa-4c08-bfba-472a860704e5 | 13.4.0/15.1.0/16.0.0 | Same as 13.4.0 to allow upgrading 13.4/15.1 to 16.0. |

0 commit comments

Comments
 (0)