mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
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;
|
||
|
|