mirror of
https://github.com/ente-io/ente.git
synced 2025-05-29 14:01:19 +00:00
9 lines
140 B
SQL
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;
|
|
|