From df312309a306bc5cc4bb5ff34ee9b8fdc31d9c9b Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 21 Mar 2018 16:53:21 +1100 Subject: [PATCH] ensure the key/value table is created --- src/Umbraco.Core/Migrations/Install/DatabaseSchemaCreator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Core/Migrations/Install/DatabaseSchemaCreator.cs b/src/Umbraco.Core/Migrations/Install/DatabaseSchemaCreator.cs index 659f3818ce..759e060a1f 100644 --- a/src/Umbraco.Core/Migrations/Install/DatabaseSchemaCreator.cs +++ b/src/Umbraco.Core/Migrations/Install/DatabaseSchemaCreator.cs @@ -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) } }; ///