mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-12-02 20:06:22 +00:00
4 lines
82 B
MySQL
4 lines
82 B
MySQL
|
ALTER TABLE /*_*/oathauth_users
|
||
|
DROP COLUMN secret,
|
||
|
DROP COLUMN scratch_tokens;
|