Migrations refactoring - WIP - move code

This commit is contained in:
Stephan
2017-12-18 18:26:32 +01:00
parent f6314e1361
commit 2182b0f18f
205 changed files with 5349 additions and 5481 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.ComponentModel;
using Semver;
using Umbraco.Core.Configuration;
using Umbraco.Core.Persistence.Migrations;
using Umbraco.Core.Migrations;
namespace Umbraco.Core.Events
{