Skip to content

Commit

Permalink
fixup! fix(oauth2): adjust db schemas when migrating from owncloud
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Jan 20, 2025
1 parent 743e5a7 commit 827a691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Repair.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public static function getRepairSteps(): array {
\OC::$server->getUserManager(),
\OC::$server->getConfig()
),
new MigrateOauthTables(\OC::$server->get(Connection::class)),
\OC::$server->get(MigrateOauthTables::class),
new FixMountStorages(\OC::$server->getDatabaseConnection()),
new UpdateLanguageCodes(\OC::$server->getDatabaseConnection(), \OC::$server->getConfig()),
new AddLogRotateJob(\OC::$server->getJobList()),
Expand Down

0 comments on commit 827a691

Please sign in to comment.