Web proj is building

This commit is contained in:
Shannon
2015-12-18 14:58:22 +01:00
parent f09f3c4129
commit 73cc4b4e3f
10 changed files with 44 additions and 94 deletions

View File

@@ -31,7 +31,9 @@ namespace Umbraco.Web.Install.InstallSteps
{
LogHelper.Info<DatabaseUpgradeStep>("Running 'Upgrade' service");
var result = _applicationContext.DatabaseContext.UpgradeSchemaAndData(_applicationContext.Services.MigrationEntryService);
var result = _applicationContext.DatabaseContext.UpgradeSchemaAndData(
_applicationContext.Services.MigrationEntryService,
MigrationResolver.Current);
if (result.Success == false)
{