mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Fix usings
This commit is contained in:
@ -1,4 +1,10 @@
|
|||||||
using DbUp.Builder;
|
using System.Data;
|
||||||
|
using DbUp.Builder;
|
||||||
|
using DbUp.Engine;
|
||||||
|
using DbUp.Engine.Output;
|
||||||
|
using DbUp.Engine.Transactions;
|
||||||
|
using DbUp.SqlServer;
|
||||||
|
using DbUp.Support;
|
||||||
|
|
||||||
namespace Bit.Migrator;
|
namespace Bit.Migrator;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user