mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-12 09:37:23 +00:00
89455cdfb2
This takes out the actual key information from OATHUser and puts it into an OATHKey class, which OATHUser depends on. This allows easily swapping keys in/out from a user. Change-Id: Ife5f1bae4ad65b66c5e20017cc43c0576b4aba19
9 lines
190 B
SQL
9 lines
190 B
SQL
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;
|