4 lines
94 B
SQL
4 lines
94 B
SQL
alter table users
|
|
drop column totp_secret;
|
|
alter table users
|
|
drop column totp_backup;
|