ezidam/crates/database/migrations/20230423210500_users_totp.down.sql

4 lines
94 B
SQL

alter table users
drop column totp_secret;
alter table users
drop column totp_backup;