mirror of https://github.com/LemmyNet/lemmy.git
7 lines
116 B
MySQL
7 lines
116 B
MySQL
|
ALTER TABLE local_user
|
||
|
ADD COLUMN totp_2fa_url text;
|
||
|
|
||
|
ALTER TABLE local_user
|
||
|
DROP COLUMN totp_2fa_enabled;
|
||
|
|