mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-28 10:10:19 +00:00
4 lines
82 B
MySQL
4 lines
82 B
MySQL
|
ALTER TABLE /*_*/oathauth_users
|
||
|
DROP COLUMN secret,
|
||
|
DROP COLUMN scratch_tokens;
|