mirror of
https://github.com/nextcloud/server.git
synced 2026-03-28 21:33:40 -04:00
Merge pull request #55881 from nextcloud/backport/55863/stable32
[stable32] fix(lexicon): execute repair step
This commit is contained in:
commit
f9cbb1175c
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ use OC\Repair\CleanUpAbandonedApps;
|
|||
use OC\Repair\ClearFrontendCaches;
|
||||
use OC\Repair\ClearGeneratedAvatarCache;
|
||||
use OC\Repair\Collation;
|
||||
use OC\Repair\ConfigKeyMigration;
|
||||
use OC\Repair\Events\RepairAdvanceEvent;
|
||||
use OC\Repair\Events\RepairErrorEvent;
|
||||
use OC\Repair\Events\RepairFinishEvent;
|
||||
|
|
@ -199,6 +200,7 @@ class Repair implements IOutput {
|
|||
\OCP\Server::get(RemoveLegacyDatadirFile::class),
|
||||
\OCP\Server::get(AddCleanupDeletedUsersBackgroundJob::class),
|
||||
\OCP\Server::get(SanitizeAccountProperties::class),
|
||||
\OCP\Server::get(ConfigKeyMigration::class),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue