mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-12-02 20:06:22 +00:00
9 lines
190 B
MySQL
9 lines
190 B
MySQL
|
ALTER TABLE /*_*/oathauth_users
|
||
|
DROP COLUMN secret_reset;
|
||
|
|
||
|
ALTER TABLE /*_*/oathauth_users
|
||
|
DROP COLUMN scratch_tokens_reset;
|
||
|
|
||
|
ALTER TABLE /*_*/oathauth_users
|
||
|
DROP COLUMN is_validated;
|