mirror of
https://github.com/ente-io/ente.git
synced 2025-04-30 11:35:46 +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;
|
|
|