mirror of
https://github.com/bitwarden/server
synced 2026-01-04 09:33:40 +00:00
Revert "Merge branch 'main' into ac/ac-1682/ef-migrations"
This reverts commitf98646a722, reversing changes made to7dfd2821f1.
This commit is contained in:
@@ -10,8 +10,7 @@ public class SqlServerDbMigrator : IDbMigrator
|
||||
|
||||
public SqlServerDbMigrator(GlobalSettings globalSettings, ILogger<DbMigrator> logger)
|
||||
{
|
||||
_migrator = new DbMigrator(globalSettings.SqlServer.ConnectionString, logger,
|
||||
globalSettings.SqlServer.SkipDatabasePreparation);
|
||||
_migrator = new DbMigrator(globalSettings.SqlServer.ConnectionString, logger);
|
||||
}
|
||||
|
||||
public bool MigrateDatabase(bool enableLogging = true,
|
||||
|
||||
Reference in New Issue
Block a user