1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 09:02:48 -05:00

database maintenance jobs setup in admin

This commit is contained in:
Kyle Spearrin
2018-10-09 10:12:27 -04:00
parent 5bde617465
commit 5812915677
10 changed files with 624 additions and 0 deletions

View File

@ -44,6 +44,7 @@ namespace Bit.Core.Utilities
services.AddSingleton<IGroupRepository, SqlServerRepos.GroupRepository>();
services.AddSingleton<IU2fRepository, SqlServerRepos.U2fRepository>();
services.AddSingleton<IInstallationRepository, SqlServerRepos.InstallationRepository>();
services.AddSingleton<IMaintenanceRepository, SqlServerRepos.MaintenanceRepository>();
if(globalSettings.SelfHosted)
{