fix(lexicon): execute repair step

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/55881/head
Maxence Lange 2025-10-20 15:32:18 +07:00 committed by Andy Scherzinger
parent 37df347c12
commit 895f2984bf
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),
];
}