mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
Enable schemaUpdateTOTPToMultipleKeys
Change-Id: I6cb10a877652a10412664e124f94c5d0c58932fe
This commit is contained in:
parent
ef372c611d
commit
3132064fe2
|
@ -65,9 +65,9 @@ class UpdateTables {
|
|||
"{$this->base}/sql/mysql/patch-remove_module_specific_fields.sql"
|
||||
);
|
||||
|
||||
/*$this->updaterAddExtensionUpdate(
|
||||
$this->updater->addExtensionUpdate(
|
||||
[ [ __CLASS__, 'schemaUpdateTOTPToMultipleKeys' ] ]
|
||||
);*/
|
||||
);
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue