ente/server/migrations/21_add_two_factor.down.sql
2024-03-01 13:37:01 +05:30

9 lines
140 B
SQL

ALTER TABLE users DROP COLUMN is_two_factor_enabled;
DROP TABLE two_factor;
DROP TABLE temp_two_factor;
DROP TABLE two_factor_sessions;