ensure the key/value table is created

This commit is contained in:
Shannon
2018-03-21 16:53:21 +11:00
parent bd6dd13295
commit df312309a3

View File

@@ -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>