Skip to content

Commit d4323e2

Browse files
Enable remaining legacy migrators
1 parent 9e31935 commit d4323e2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Umbraco.Deploy.Contrib/Extensions/ArtifactMigratorCollectionBuilderExtensions.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ public static ArtifactMigratorCollectionBuilder AddLegacyMigrators(this Artifact
2121
// Allowed at root and child content types to permissions
2222
.Append<ContentTypeArtifactJsonMigrator>()
2323
// Data types
24-
//.Append<CheckBoxListDataTypeArtifactMigrator>()
25-
//.Append<ColorPickerAliasDataTypeArtifactMigrator>()
24+
.Append<CheckBoxListDataTypeArtifactMigrator>()
25+
.Append<ColorPickerAliasDataTypeArtifactMigrator>()
2626
.Append<ContentPicker2DataTypeArtifactMigrator>()
2727
.Append<ContentPickerAliasDataTypeArtifactMigrator>()
2828
.Append<DateDataTypeArtifactMigrator>()
29-
//.Append<DropDownDataTypeArtifactMigrator>()
30-
//.Append<DropDownFlexibleDataTypeArtifactMigrator>()
31-
//.Append<DropdownlistMultiplePublishKeysDataTypeArtifactMigrator>()
32-
//.Append<DropdownlistPublishingKeysDataTypeArtifactMigrator>()
33-
//.Append<DropDownMultipleDataTypeArtifactMigrator>()
34-
//.Append<MediaPicker2DataTypeArtifactMigrator>()
35-
//.Append<MediaPickerDataTypeArtifactMigrator>()
29+
.Append<DropDownDataTypeArtifactMigrator>()
30+
.Append<DropDownFlexibleDataTypeArtifactMigrator>()
31+
.Append<DropdownlistMultiplePublishKeysDataTypeArtifactMigrator>()
32+
.Append<DropdownlistPublishingKeysDataTypeArtifactMigrator>()
33+
.Append<DropDownMultipleDataTypeArtifactMigrator>()
34+
.Append<MediaPicker2DataTypeArtifactMigrator>()
35+
.Append<MediaPickerDataTypeArtifactMigrator>()
3636
.Append<MemberPicker2DataTypeArtifactMigrator>()
3737
.Append<MultiNodeTreePicker2DataTypeArtifactMigrator>()
3838
.Append<MultiNodeTreePickerDataTypeArtifactMigrator>()
39-
//.Append<MultipleMediaPickerDataTypeArtifactMigrator>()
39+
.Append<MultipleMediaPickerDataTypeArtifactMigrator>()
4040
.Append<NoEditDataTypeArtifactMigrator>()
41-
//.Append<RadioButtonListDataTypeArtifactMigrator>()
41+
.Append<RadioButtonListDataTypeArtifactMigrator>()
4242
.Append<RelatedLinks2DataTypeArtifactMigrator>()
4343
.Append<RelatedLinksDataTypeArtifactMigrator>()
4444
.Append<TextboxDataTypeArtifactMigrator>()

0 commit comments

Comments
 (0)