From 4ab0b65238591fbb64be726d29a2b7d7acb983e3 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 3 Aug 2021 09:56:32 +0200 Subject: [PATCH] post merge fix - Moved migration to infrastructure --- .../Upgrade/V_8_15_0/UpdateCmsPropertyGroupIdSeed.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename src/{Umbraco.Core => Umbraco.Infrastructure}/Migrations/Upgrade/V_8_15_0/UpdateCmsPropertyGroupIdSeed.cs (69%) diff --git a/src/Umbraco.Core/Migrations/Upgrade/V_8_15_0/UpdateCmsPropertyGroupIdSeed.cs b/src/Umbraco.Infrastructure/Migrations/Upgrade/V_8_15_0/UpdateCmsPropertyGroupIdSeed.cs similarity index 69% rename from src/Umbraco.Core/Migrations/Upgrade/V_8_15_0/UpdateCmsPropertyGroupIdSeed.cs rename to src/Umbraco.Infrastructure/Migrations/Upgrade/V_8_15_0/UpdateCmsPropertyGroupIdSeed.cs index 908b5cda60..868343374d 100644 --- a/src/Umbraco.Core/Migrations/Upgrade/V_8_15_0/UpdateCmsPropertyGroupIdSeed.cs +++ b/src/Umbraco.Infrastructure/Migrations/Upgrade/V_8_15_0/UpdateCmsPropertyGroupIdSeed.cs @@ -1,8 +1,6 @@ -using NPoco; -using Umbraco.Core.Persistence; -using Umbraco.Core.Persistence.Dtos; +using Umbraco.Cms.Infrastructure.Persistence; -namespace Umbraco.Core.Migrations.Upgrade.V_8_15_0 +namespace Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_8_15_0 { public class UpdateCmsPropertyGroupIdSeed : MigrationBase { @@ -10,7 +8,7 @@ namespace Umbraco.Core.Migrations.Upgrade.V_8_15_0 { } - public override void Migrate() + protected override void Migrate() { if (DatabaseType.IsSqlCe()) {