Fix wrong picker, related to changes in #12122
This commit is contained in:
@@ -859,7 +859,7 @@ namespace Umbraco.Cms.Infrastructure.Migrations.Install
|
||||
|
||||
if (_database.Exists<NodeDto>(1048))
|
||||
{
|
||||
_database.Insert(Cms.Core.Constants.DatabaseSchema.Tables.DataType, "pk", false, new DataTypeDto { NodeId = 1048, EditorAlias = Cms.Core.Constants.PropertyEditors.Aliases.MemberPicker, DbType = "Ntext" });
|
||||
_database.Insert(Cms.Core.Constants.DatabaseSchema.Tables.DataType, "pk", false, new DataTypeDto { NodeId = 1048, EditorAlias = Cms.Core.Constants.PropertyEditors.Aliases.MediaPicker, DbType = "Ntext" });
|
||||
}
|
||||
|
||||
if (_database.Exists<NodeDto>(1049))
|
||||
|
||||
Reference in New Issue
Block a user