Re-enable automatic migration and column drops

Change-Id: I0dbdd222bcca4c499d0b4eefb87e96dff83f3b93
Follows-Up: I71286534d21d95083436d64d79811943c1a1d032
This commit is contained in:
Reedy 2019-06-18 20:48:36 +01:00
parent 7352a23f52
commit 98391e2187

View file

@ -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':