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) } }; ///