mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Migrate to Microsoft.Data.SqlClient (#2548)
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Reflection;
|
||||
using Bit.Core;
|
||||
using Bit.Core.Settings;
|
||||
using Bit.Core.Utilities;
|
||||
using DbUp;
|
||||
using Microsoft.Data.SqlClient;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Bit.Migrator;
|
||||
|
Reference in New Issue
Block a user