mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(lexicon): execute repair step
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
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),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue