mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
Rename to SqlTableJournalExtensions
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Bit.Migrator;
|
namespace Bit.Migrator;
|
||||||
|
|
||||||
public static class RerunableSqlTableJournalExtensions
|
public static class SqlTableJournalExtensions
|
||||||
{
|
{
|
||||||
public static UpgradeEngineBuilder JournalRerunableToSqlTable(this UpgradeEngineBuilder builder, string schema, string table)
|
public static UpgradeEngineBuilder JournalRerunableToSqlTable(this UpgradeEngineBuilder builder, string schema, string table)
|
||||||
{
|
{
|
Reference in New Issue
Block a user