ensure the key/value table is created
This commit is contained in:
@@ -91,7 +91,8 @@ namespace Umbraco.Core.Migrations.Install
|
||||
{53, typeof (UserGroup2AppDto) },
|
||||
{54, typeof (UserStartNodeDto) },
|
||||
{55, typeof (ContentNuDto) },
|
||||
{56, typeof (DocumentVersionDto) }
|
||||
{56, typeof (DocumentVersionDto) },
|
||||
{57, typeof (KeyValueDto) }
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user