Fix up csproj file and moves migration to v7.12

This commit is contained in:
Sebastiaan Janssen
2018-06-20 17:06:43 +02:00
parent cf6fc2ec78
commit 6116161fef
2 changed files with 4 additions and 1692 deletions

View File

@@ -1,9 +1,9 @@
using Umbraco.Core.Logging;
using Umbraco.Core.Persistence.SqlSyntax;
namespace Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenElevenZero
namespace Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSevenTwelveZero
{
[Migration("7.11.0", 1, Constants.System.UmbracoMigrationName)]
[Migration("7.12.0", 1, Constants.System.UmbracoMigrationName)]
public class UpdateUmbracoConsent : MigrationBase
{
public UpdateUmbracoConsent(ISqlSyntaxProvider sqlSyntax, ILogger logger)

File diff suppressed because it is too large Load Diff