Ensure no management api for v12 (#14197)
* Remove management api * Remove actual files
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// Copyright (c) Umbraco.
|
||||
// See LICENSE for more details.
|
||||
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Copyright (c) Umbraco.
|
||||
// See LICENSE for more details.
|
||||
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Data.Common;
|
||||
using System.Linq;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Copyright (c) Umbraco.
|
||||
// See LICENSE for more details.
|
||||
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
@@ -90,7 +89,7 @@ public class SqlServerTestDatabase : SqlServerBaseTestDatabase, ITestDatabase
|
||||
|
||||
var sql = $@"
|
||||
ALTER DATABASE {LocalDb.QuotedName(meta.Name)}
|
||||
SET SINGLE_USER
|
||||
SET SINGLE_USER
|
||||
WITH ROLLBACK IMMEDIATE";
|
||||
SetCommand(command, sql);
|
||||
command.ExecuteNonQuery();
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Data;
|
||||
using System.Data.Common;
|
||||
|
||||
Reference in New Issue
Block a user