Align namespaces in Migrations to Umbraco.Cms.Infrastructure

This commit is contained in:
Mole
2021-02-12 12:40:08 +01:00
parent 548bf27a0c
commit 7ab0c61284
236 changed files with 403 additions and 480 deletions

View File

@@ -12,7 +12,7 @@ using Moq;
using NPoco;
using NPoco.DatabaseTypes;
using NPoco.Linq;
using Umbraco.Core.Migrations.Install;
using Umbraco.Cms.Infrastructure.Migrations.Install;
using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.SqlSyntax;