AB4227 - Moved Services and Migration

This commit is contained in:
Bjarke Berg
2019-12-18 10:32:22 +01:00
parent a22824e33a
commit da1cf259c6
241 changed files with 193 additions and 394 deletions

View File

@@ -305,7 +305,7 @@ namespace Umbraco.Tests.TestHelpers
{
using (var scope = ScopeProvider.CreateScope())
{
var schemaHelper = new DatabaseSchemaCreator(scope.Database, Logger, UmbracoVersion);
var schemaHelper = new DatabaseSchemaCreator(scope.Database, Logger, UmbracoVersion, TestObjects.GetGlobalSettings());
//Create the umbraco database and its base data
schemaHelper.InitializeDatabaseSchema();