mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
format
This commit is contained in:
@ -1,11 +1,4 @@
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using DbUp;
|
||||
using DbUp.Builder;
|
||||
using DbUp.Engine.Output;
|
||||
using DbUp.Engine.Transactions;
|
||||
using DbUp.SqlServer;
|
||||
using DbUp.Builder;
|
||||
|
||||
namespace Bit.Migrator;
|
||||
|
||||
@ -16,4 +9,4 @@ public static class RerunableSqlTableJournalExtensions
|
||||
builder.Configure(c => c.Journal = new RerunableSqlTableJournal(() => c.ConnectionManager, () => c.Log, schema, table));
|
||||
return builder;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user