Web proj is building
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user