Handle multiline statements in migrations (#18478)
* Handle multiline statements in migrations * Fixed failing unit tests and incorrect obsoletion. * Fixed failing integration tests. * Applied suggestion from code review. --------- Co-authored-by: Sven Geusens <sge@umbraco.dk>
This commit is contained in:
@@ -18,7 +18,6 @@ using Umbraco.Cms.Persistence.SqlServer.Services;
|
||||
using Umbraco.Cms.Tests.Common.TestHelpers;
|
||||
using Umbraco.Cms.Tests.Common.Testing;
|
||||
using Umbraco.Cms.Tests.Integration.Testing;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Persistence.SyntaxProvider;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user