mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-12 01:12:37 +00:00
Re-enable automatic migration and column drops
Change-Id: I0dbdd222bcca4c499d0b4eefb87e96dff83f3b93 Follows-Up: I71286534d21d95083436d64d79811943c1a1d032
This commit is contained in:
parent
7352a23f52
commit
98391e2187
|
@ -84,14 +84,12 @@ class OATHAuthHooks {
|
|||
'module',
|
||||
"$base/sql/mysql/patch-add_generic_fields.sql"
|
||||
);
|
||||
/** Disabled for WMF transitionary period
|
||||
$updater->addExtensionUpdate( [ [ __CLASS__, 'schemaUpdateSubstituteForGenericFields' ] ] );
|
||||
$updater->dropExtensionField(
|
||||
'oathauth_users',
|
||||
'secret',
|
||||
"$base/sql/mysql/patch-remove_module_specific_fields.sql"
|
||||
);
|
||||
*/
|
||||
break;
|
||||
|
||||
case 'oracle':
|
||||
|
|
Loading…
Reference in a new issue