ente/server/migrations/21_add_two_factor.down.sql

9 lines
140 B
MySQL
Raw Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE users DROP COLUMN is_two_factor_enabled;
DROP TABLE two_factor;
DROP TABLE temp_two_factor;
DROP TABLE two_factor_sessions;